todo
来自「非常著名的曲线拟合程序」· 代码 · 共 29 行
TXT
29 行
MISSING FUNCTIONALITY:* Useful documentation is badly needed.* In Gala, some stuff that could work for any matrix only works for square matrices.* Lots of work is currently going into the LinearRegression class, which is just does simple regression. All of it should be re-implemented in a MultipleRegression class.* Need to add the "standard", Statistics 101 stuff --- hypothesis testing under the usual parametric assumptions, ANOVA, multiple regression...* Need to add cool bootstrapping stuff from Efron & Tibshirani, like bootstrapped regressions, BCa intervals...* Kernel density estimation and smoothing methods.* Non-linear regressions (like loess), robust linear regressions.* Time series support.* Guile bindings!* All of the other stuff that I've forgotten.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?