Skip to article frontmatterSkip to article content

This is the mean of some random numbers using numpy.

import numpy as np
x = np.random.normal(size=100)
import matplotlib.pyplot as plt
plt.hist(x)
plt.show()
np.mean(x)
<Figure size 640x480 with 1 Axes>
-0.1701530565922348
θ=0f(x,θ)dθ\theta = \int_0^\infty f(x,\theta)d\theta

Use a LaTeX\LaTeX macro.

A=XTYA = X \trans Y