Click or drag to resize

SkewedGeneralizedError Methods

The SkewedGeneralizedError type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCDF 
Public methodCumulativeDistribution 
Public methodDensity 
Public methodDensityLn 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberInvCDF 
Public methodInverseCumulativeDistribution 
Public methodStatic memberIsValidParameterSet Tests whether the provided values are valid parameters for this distribution.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberPDF 
Public methodStatic memberPDFLn 
Public methodSample 
Public methodStatic memberSample(Double, Double, Double, Double) Generates a sample from the Skew Generalized Error distribution.
Public methodStatic memberSample(Random, Double, Double, Double, Double) Generates a sample from the Skew Generalized Error distribution.
Public methodSamples 
Public methodSamples(Double) 
Public methodStatic memberSamples(Double, Double, Double, Double) Generates a sequence of samples from the Skew Generalized Error distribution using inverse transform.
Public methodStatic memberSamples(Double, Double, Double, Double, Double) Fills an array with samples from the Skew Generalized Error distribution using inverse transform.
Public methodStatic memberSamples(Random, Double, Double, Double, Double) Generates a sequence of samples from the Skew Generalized Error distribution using inverse transform.
Public methodStatic memberSamples(Random, Double, Double, Double, Double, Double) Fills an array with samples from the Skew Generalized Error distribution using inverse transform.
Public methodToString A string representation of the distribution.
(Overrides ObjectToString)
Top
See Also