ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
statslib/logistic.cpp File Reference

(Last Changed on January 04, 2014 for git-revision ba2d905bc3348600619e559e55ff902d816b089f.)

#include "statsLib.h"

Go to the source code of this file.

Functions

dvariable plogis (const prevariable &x, const double &location, const double &scale)
 
dvariable plogis (const prevariable &x, const prevariable &location, const prevariable &scale)
 
dvar_vector plogis (const dvector &x, const prevariable &location, const prevariable &scale)
 
dvector plogis (const dvector &x, const double &location, const double &scale)
 
dvar_vector plogis (const dvar_vector &x, const prevariable &location, const prevariable &scale)
 

Function Documentation

dvariable plogis ( const prevariable x,
const double &  location,
const double &  scale 
)
Author
Steven Martell
Parameters
xis a quantile.
locationis where 50% percentile occurs.
scaledetermines in the standard deviation of the distribution.
Returns
Function returns a dvariable.

Definition at line 30 of file statslib/logistic.cpp.

dvariable plogis ( const prevariable x,
const prevariable location,
const prevariable scale 
)
Author
Steven Martell
Parameters
xis a quantile.
locationis where 50% percentile occurs.
scaledetermines in the standard deviation of the distribution.
Returns
Function returns a dvariable.

Definition at line 49 of file statslib/logistic.cpp.

dvar_vector plogis ( const dvector x,
const prevariable location,
const prevariable scale 
)
Author
Steven Martell
Parameters
xis a vector of quantiles.
locationis where 50% percentile occurs.
scaledetermines in the standard deviation of the distribution.
Returns
a variable vector

Definition at line 68 of file statslib/logistic.cpp.

dvector plogis ( const dvector x,
const double &  location,
const double &  scale 
)
Author
Steven Martell
Parameters
xis a vector of quantiles.
locationis where 50% percentile occurs.
scaledetermines in the standard deviation of the distribution.
Returns
a variable vector

Definition at line 87 of file statslib/logistic.cpp.

dvar_vector plogis ( const dvar_vector x,
const prevariable location,
const prevariable scale 
)
Author
Steven Martell
Parameters
xis a vector of quantiles.
locationis where 50% percentile occurs.
scaledetermines in the standard deviation of the distribution.
Returns
a variable vector

Definition at line 106 of file statslib/logistic.cpp.