Click or drag to resize

StudentsTDistribution Class

[Missing <summary> documentation for "T:Demo3D.Common.Random.StudentsTDistribution"]

Inheritance Hierarchy

Namespace:  Demo3D.Common.Random
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public class StudentsTDistribution : ContinuousDistribution

The StudentsTDistribution type exposes the following members.

Constructors
  NameDescription
Public methodStudentsTDistribution
Initializes a new instance of the StudentsTDistribution class
Public methodStudentsTDistribution(GeneratorRegistry)
Initializes a new instance of the StudentsTDistribution class
Top
Properties
  NameDescription
Public propertyGenerator (Inherited from DistributionBase.)
Public propertyGeneratorRegistry (Inherited from DistributionBase.)
Public propertyNu
Public propertyNumProducedTotal (Inherited from DistributionBase.)
Public propertyStream (Inherited from DistributionBase.)
Top
Methods
Fields
  NameDescription
Public fieldStatic memberDefaultNu
The default value assigned to Nu if none is specified.
Top
See Also