Click or drag to resize

DoubleRandomWeibullDistribution Class

Class DoubleRandomWeibullDistribution generates random numbers from a Weibull distribution.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreDoubleRandomWeibullDistribution

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class DoubleRandomWeibullDistribution : IRandomNumberDistribution<double>, 
	ICloneable

The DoubleRandomWeibullDistribution type exposes the following members.

Constructors
 NameDescription
Public methodDoubleRandomWeibullDistribution Constructs a random number generator for a Weibull distribution using the default shape parameter (1.0), displacement (0.0), and scale factor (1.0).
Public methodDoubleRandomWeibullDistribution(Double, Double, Double) Constructs a random number generator for a Weibull distribution using the specified distribution parameters.
Public methodDoubleRandomWeibullDistribution(Double, Double, Double, DoubleRandomWeibullDistributionGenerationMethod) Constructs a random number generator for a Weibull distribution using the specified distribution parameters.
Top
Properties
 NameDescription
Public propertyDisplacement Gets the displacement.
Public propertyMethod Gets the generation method.
Public propertyScale Gets the scale.
Public propertyShape Gets the shape.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of this random number generator.
Public methodFill(RandomNumberStream, DoubleVector, Int32, Int32) Uses the given random number stream to fill the given vector of doubles with random values.
Public methodFill(RandomNumberStream, Double, Int32, Int32) Uses the given random number stream to fill the given array of integers with random values.
Top
See Also