DEmpiricalRVParameters

Represents the parameters required for creating a discrete empirical random variable (DEmpiricalRV).

This class provides mechanisms to define and manage the parameter values for the DEmpiricalRV type, such as an array of values and their corresponding cumulative distribution function (CDF). It also supports creating the random variable instance or its associated empirical distribution based on the defined parameters.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun createDistribution(): DEmpiricalCDF
Link copied to clipboard
open override fun createRVariable(streamNumber: Int, streamProvider: RNStreamProviderIfc): RVariableIfc