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
- Author:
- Steven Martell
- Parameters:
-
x | is a quantile. |
location | is where 50% percentile occurs. |
scale | determines in the standard deviation of the distribution. |
- Returns:
- Function returns a dvariable.
Definition at line 30 of file statslib/logistic.cpp.
- Author:
- Steven Martell
- Parameters:
-
x | is a quantile. |
location | is where 50% percentile occurs. |
scale | determines in the standard deviation of the distribution. |
- Returns:
- Function returns a dvariable.
Definition at line 49 of file statslib/logistic.cpp.
- Author:
- Steven Martell
- Parameters:
-
x | is a vector of quantiles. |
location | is where 50% percentile occurs. |
scale | determines in the standard deviation of the distribution. |
- Returns:
- a variable vector
Definition at line 68 of file statslib/logistic.cpp.
- Author:
- Steven Martell
- Parameters:
-
x | is a vector of quantiles. |
location | is where 50% percentile occurs. |
scale | determines in the standard deviation of the distribution. |
- Returns:
- a variable vector
Definition at line 87 of file statslib/logistic.cpp.
- Author:
- Steven Martell
- Parameters:
-
x | is a vector of quantiles. |
location | is where 50% percentile occurs. |
scale | determines in the standard deviation of the distribution. |
- Returns:
- a variable vector
Definition at line 106 of file statslib/logistic.cpp.