(Last Changed on January
04,
2014 for git-revision ba2d905bc3348600619e559e55ff902d816b089f.)
Go to the source code of this file.
|
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) |
|
- 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.
dvector plogis |
( |
const dvector & |
x, |
|
|
const double & |
location, |
|
|
const double & |
scale |
|
) |
| |
- 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.