[SerializableAttribute]
public class ChiSquaredDistribution : Distribution,
IChiSquaredDistribution, IDistribution, IStorageBinary
<SerializableAttribute>
Public Class ChiSquaredDistribution
Inherits Distribution
Implements IChiSquaredDistribution, IDistribution, IStorageBinary
[SerializableAttribute]
public ref class ChiSquaredDistribution : public Distribution,
IChiSquaredDistribution, IDistribution, IStorageBinary
[<SerializableAttribute>]
type ChiSquaredDistribution =
class
inherit Distribution
interface IChiSquaredDistribution
interface IDistribution
interface IStorageBinary
end
ChiSquaredDistribution() | Chi-squared Distribution |
ChiSquaredDistribution(Int32) | Chi-squared Distribution |
k | Degrees of Freedom |
Mean |
Mean
(Overrides Distribution.Mean) |
Std |
Standard Deviation
(Overrides Distribution.Std) |
Type |
Type
(Overrides Distribution.Type) |
BinarySetDataFrom |
Set object data from Binary Reader.
(Overrides Distribution.BinarySetDataFrom(MyBinaryReader)) |
BinaryWriteDataTo |
Write object data to Binary Writer.
(Overrides Distribution.BinaryWriteDataTo(MyBinaryWriter)) |
Equals(Distribution) |
Equals
(Overrides Distribution.Equals(Distribution)) |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GenerateRandomNumbers(Int32, UInt32[]) |
Generates Random Numbers
(Overrides Distribution.GenerateRandomNumbers(Int32, UInt32[])) |
GenerateRandomNumbers(Int32, InputId) |
Generates Random Numbers
(Inherited from Distribution) |
GetHashCode |
Gets Hash Code
(Overrides Object.GetHashCode()) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |