View source: R/logistic-regression.R
grad_binary_logistic_regression | R Documentation |
주어진 계수에서 우도함수의 편미분값을 계산한다.
grad_binary_logistic_regression(.betas, .x, .y)
.betas |
계수 벡터. |
.x |
독립변수 행렬. |
.y |
종속변수 벡터. |
편미분값 벡터.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.