Learn R Programming

mtk (version 1.0)

getDistributionNominalValue-methods: The getDistributionNominalValue method

Description

Returns the nominal value associated with the uncertainty domain of a factor.

Usage

getDistributionNominalValue(this)

Arguments

this
an object of the class mtkFactor.

Value

Examples

Run this code
# Create a a factor with a nominal value
	
	x1 <- make.mtkFactor(name="x1", type='numeric', nominal=0.0, distribName="unif",
	             distribPara=list(min=-pi, max=pi))
	
	getDistributionNominalValue(x1)


Run the code above in your browser using DataLab