Home > freetb4matlab > statistics > base > logit.m

logit

PURPOSE ^

% For each component of @var{p}, return the logit of @var{p} defined as

SYNOPSIS ^

function y = logit (p)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} logit (@var{p})
% For each component of @var{p}, return the logit of @var{p} defined as
% @tex
% $$
% {\rm logit}(p) = \log\Big({p \over 1-p}\Big)
% $$
% @end tex
% @ifnottex
% @example
% logit(@var{p}) = log (@var{p} / (1-@var{p}))
% @end example
% @end ifnottex
% @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