<< distfun_plotintcdf Support T >>

distfun >> distfun > Support > distfun_verboseset

distfun_verboseset

Set verbose mode.

Calling Sequence

distfun_verboseset(verbosemode)

Parameters

verbosemode :

a 1-by-1 matrix of booleans, the verbose mode.

Description

Set the verbose mode. This gives informations on the number of iterations in the inverse CDF functions. Default mode is quiet (verbosemode=%f).

The list of functions which are sensitive to this option is the following :

distfun_betainv
distfun_binoinv
distfun_chi2inv
distfun_finv
distfun_hygeinv
distfun_ksinv
distfun_ncfinv
distfun_nctinv
distfun_ncx2cdf
distfun_nbininv
distfun_poissinv
distfun_tinv

Examples

distfun_verboseset(%t)
distfun_chi2inv(0.1,50)
distfun_verboseset(%f)

Authors


Report an issue
<< distfun_plotintcdf Support T >>