주어진 계수에서 우도함수의 편미분값을 계산한다.

grad_binary_logistic_regression(.betas, .x, .y)

Arguments

.betas

계수 벡터.

.x

독립변수 행렬.

.y

종속변수 벡터.

Value

편미분값 벡터.