C# 클래스 Redzen.Numerics.BoxMullerGaussianSampler

Source of random values sample from a Gaussian distribution. Uses the polar form of the Box-Muller method. http://en.wikipedia.org/wiki/Box_Muller_transform
파일 보기 프로젝트 열기: colgreen/Redzen

공개 메소드들

메소드 설명
NextDouble ( ) : double

Get the next sample point from the gaussian distribution.

NextDouble ( double mu, double sigma ) : double

Get the next sample point from the gaussian distribution.

메소드 상세

NextDouble() 공개 메소드

Get the next sample point from the gaussian distribution.
public NextDouble ( ) : double
리턴 double

NextDouble() 공개 메소드

Get the next sample point from the gaussian distribution.
public NextDouble ( double mu, double sigma ) : double
mu double
sigma double
리턴 double