Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在拼命寻找用 JAVA 编写的 R lm.wfit 的类比。我发现只有 Apache Commons 类似的东西 public void newSampleData(double[] y,double[][] x) 但它不使用权重进行估计,但在我的情况下权重非常重要。如果有人以前遇到过这个问题,请告诉我。谢谢!