aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/linear_regression/ya.make
blob: 4cfcc3d67361d090a2615476c1bec35d53b1e30f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

OWNER(alex-sh)

SRCS(
    linear_regression.cpp
    unimodal.cpp
    welford.cpp
)

PEERDIR(
    library/cpp/accurate_accumulate
)

END()