Default constructor. The location parameter is set to zero and the scale parameter is set to one.
Default constructor. The location parameter is set to zero and the scale parameter is set to one.
public LaplaceDistribution();
Create a distribution with the given location and scale.
public LaplaceDistribution(double,double);
LaplaceDistribution Class | numerics4net.statistics.distribution Namespace