Questions tagged [iid]

2 questions
0
votes
1 answer

Calling COM objects

I'm still learning about using COM objects. I'm trying to figure out where the values of CLSID_FileOpenDialog and IID_IFileOpenDialog are defined: https://learn.microsoft.com/en-us/windows/win32/learnwin32/example--the-open-dialog-box I couldn't…
Mymoon
  • 13
  • 1
0
votes
1 answer

Generating random IID numbers with variance 1/n

Here is the spec : A sufficient condition for correlation to decode convolution is that the elements of each vector (of dimension n) be independently and identically distributed with mean 0 and variance 1/n. What I do is : stdev = np.sqrt(1/n)…
sten
  • 7,028
  • 9
  • 41
  • 63