Show / Hide Table of Contents

Class ChiSampler

Generate samples from a Chi distribution

Inheritance
object
SampleGenerator
ChiSampler
Inherited Members
SampleGenerator.Sampler
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Simulation
Assembly: WMServer.dll
Syntax
public class ChiSampler : SampleGenerator

Constructors

ChiSampler(int)

Create a new instance of a Chi distribution sampler with the specified degrees of freedom.

Declaration
public ChiSampler(int freedom)
Parameters
Type Name Description
int freedom

Properties

Freedom

Degrees of freedom

Declaration
public int Freedom { get; set; }
Property Value
Type Description
int

Methods

Sample()

Evaluate a sample from the Chi distribution

Declaration
public override ElementValue Sample()
Returns
Type Description
ElementValue
Overrides
SampleGenerator.Sample()
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE