StudentTFromSamplesDistribution Class

Student T From Samples Distribution

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
[SerializableAttribute]
public class StudentTFromSamplesDistribution : Distribution, 
	IStudentTFromSamplesDistribution, IDistribution, IStorageBinary
Inheritance
Object    Distribution    StudentTFromSamplesDistribution
Implements
IStorageBinary, IDistribution, IStudentTFromSamplesDistribution

Constructors

StudentTFromSamplesDistribution Student T From Samples Distribution
StudentTFromSamplesDistribution(Double) Student T From Samples Distribution
StudentTFromSamplesDistribution(Number) Student T From Samples Distribution

Properties

dof Degrees of Freedom
Mean Mean
(Overrides DistributionMean)
mu Mean
Samples Samples
sigma Standard Deviation
Std Standard Deviation
(Overrides DistributionStd)
Type Type
(Overrides DistributionType)

Methods

BinarySetDataFrom Set object data from Binary Reader.
(Overrides DistributionBinarySetDataFrom(MyBinaryReader))
BinaryWriteDataTo Write object data to Binary Writer.
(Overrides DistributionBinaryWriteDataTo(MyBinaryWriter))
Equals(Distribution) Equals
(Overrides DistributionEquals(Distribution))
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GenerateRandomNumbers(Int32, InputId) Generates Random Numbers
(Inherited from Distribution)
GenerateRandomNumbers(Int32, UInt32) Generates Random Numbers
(Overrides DistributionGenerateRandomNumbers(Int32, UInt32))
GetHashCode Gets Hash Code
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also