Content deleted Content added
m →Pseudocode: ''html entities'' |
m →Pseudocode: ε |
||
Line 60:
Ne := 10
''// While maxits not exceeded and not converged''
'''while''' t < maxits '''and''' σ2 > ε '''do'''
''// Obtain N samples from current sampling distribution''
X := SampleGaussian(μ, σ2, N)
|