Searched refs:zsl_sta_weighted_mult_linear_reg (Results 1 – 4 of 4) sorted by relevance
/zscilib-3.4.0/include/zsl/ |
D | statistics.h | 367 int zsl_sta_weighted_mult_linear_reg(struct zsl_mtx *x, struct zsl_vec *y,
|
/zscilib-3.4.0/tests/src/ |
D | statistics_tests.c | 753 rc = zsl_sta_weighted_mult_linear_reg(&x, &y, &w, &b, &r); in ZTEST() 764 rc = zsl_sta_weighted_mult_linear_reg(&x2, &y, &w, &b, &r); in ZTEST() 769 rc = zsl_sta_weighted_mult_linear_reg(&x, &y2, &w, &b, &r); in ZTEST() 772 rc = zsl_sta_weighted_mult_linear_reg(&x, &y, &w2, &b, &r); in ZTEST() 775 rc = zsl_sta_weighted_mult_linear_reg(&x, &y, &w, &b2, &r); in ZTEST()
|
/zscilib-3.4.0/samples/statistics/apitest/src/ |
D | main.c | 348 zsl_sta_weighted_mult_linear_reg(&invenergyvec, &crossxvec, &weights, in statistics_demo()
|
/zscilib-3.4.0/src/ |
D | statistics.c | 535 int zsl_sta_weighted_mult_linear_reg(struct zsl_mtx *x, struct zsl_vec *y, in zsl_sta_weighted_mult_linear_reg() function
|