User:HighlyOrthodox/sandbox

From Wikipedia, the free encyclopedia


Syntax[edit]

Orthodox View[edit]

t distribution[edit]


Easy to prove that the sample mean of Gaussian dist is an unbiased estimator, and s^2 is an unbiased estimator of the variance:


numpy examples[edit]

>>> a0=np.random.randint(low=-3, high=7, size=(4,4) )
>>> a0
array([[ 0,  4,  0,  1],
       [ 4,  4, -2,  4],
       [ 2, -1, -3,  4],
       [ 0,  6, -1,  5]])
>>> a0.sum(axis=1)
array([ 5, 10,  2, 10])

pattern matching


If a matrix is normal, it can be normalized by a unitary matrix.

Logistic growth model[edit]