monot {mistr}R Documentation

Monotonicity of Transformation

Description

Function checks whether the transformation is increasing or decreasing.

Usage

monot(O)

## S3 method for class 'trans_univdist'
monot(O)

Arguments

O

transforms distribution object.

Value

1 for increasing and -1 for decreasing.


[Package mistr version 0.0.6 Index]