Learn R Programming

mistr (version 0.0.2)

monot: Monotonicity of Transformation

Description

Function checks whether the transformation is increasing or decreasing.

Usage

monot(O)

# S3 method for trans_univdist monot(O)

Arguments

O

transforms distribution object.

Value

1 for increasing and -1 for decreasing.