getDistributionNominalValue-methods: The 'getDistributionNominalValue' method

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1

Arguments

this

an object of the class mtkFactor.

Value

ANY

Author(s)

Juhui WANG, MIA-jouy, INRA

Examples

1
2
3
4
5
6
# 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)

mtk documentation built on May 2, 2019, 4:15 a.m.