gr_sum_of_squares_ols | R Documentation |
회귀제곱합을 회귀계수에 대한 함수라 할 때, 각 회귀계수에 대하여 편미분한 함수의 값을 주어진 회귀계수에 대하여 계산한다.
gr_sum_of_squares_ols(.beta, .x, .y)
.beta |
계수 벡터. |
.x |
독립변수 행렬. |
.y |
종속변수 벡터. |
회귀제곱합 편미분값.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.