Home > freetb4matlab > statistics > distributions > cauchy_inv.m

cauchy_inv

PURPOSE ^

% For each element of @var{x}, compute the quantile (the inverse of the

SYNOPSIS ^

function inv = cauchy_inv (x, location, scale)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} cauchy_inv (@var{x}, @var{lambda}, @var{sigma})
% For each element of @var{x}, compute the quantile (the inverse of the
% CDF) at @var{x} of the Cauchy distribution with location parameter
% @var{lambda} and scale parameter @var{sigma}.  Default values are
% @var{lambda} = 0, @var{sigma} = 1. 
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003