View source: R/logistic_model.R
rho_prime_logistic | R Documentation |
Success probability and derivatives of the negative log-likelihood of a logistic model
rho_prime_logistic(x)
f_prime1_logistic(x)
f_prime0_logistic(x)
x |
Numeric. Input variable. |
rho_prime_logistic
computes the successs probability of
a logistic model \rho'(t) = 1/(1+e^{-t})
.
f_prime1_logistic
and f_prime0_logistic
are
the derivative of the negative log-likelihood when Y=1
and Y=-1
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.