Click or drag to resize

StudentsTDistribution Class

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

Inheritance Hierarchy
SystemObject
  Demo3D.Common.RandomDistributionBase
    Demo3D.Common.RandomContinuousDistribution
      Demo3D.Common.RandomStudentsTDistribution

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

The StudentsTDistribution type exposes the following members.

Constructors
 NameDescription
Public methodStudentsTDistributionInitializes 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 propertyNu 
Top
Methods
Fields
 NameDescription
Public fieldStatic memberDefaultNu The default value assigned to Nu if none is specified.
Top
See Also