<< 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 :

cdflib_betainv
cdflib_binoinv
cdflib_chi2inv
cdflib_cdfchn
cdflib_finv
cdflib_cdffnc
cdflib_cdfnbn
cdflib_cdfnbn
cdflib_poissinv
cdflib_tinv
cdflib_hygeinvcdf

Examples

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

Authors


Report an issue
<< distfun_plotintcdf Support T >>