英文: in python, i am using pandas to read a csv file when its working fine tho with other functions b...
线性回归问题中的值预测
英文: Linear Regression problem in predicting values 问题 我正在尝试使用线性回归来预测数值。当我使用以下代码时: reg.predict(60) 会出...
提取回归循环中特定变量的系数和p值。
英文: Extract coefficient and p-value for certain variable from regression loop 问题 抱歉,我无法理解你的指示。 英文: I...
自动增长率热图函数
英文: Automated Growth rate function for heatmap 问题 我正在使用线性回归斜率创建热图。 我想制作相同类型的函数,但是不是使用线性回归斜率,而是使用增长率,...
如何在Python中执行具有强制梯度的线性回归?
英文: How to perform a linear regression with a forced gradient in Python? 问题 我正在尝试对一些有限且分散的数据进行线性回归。我...
`summary_col`为什么忽略了`info_dict`参数?
英文: Why is `summary_col` ignoring the `info_dict` parameter? 问题 I need to run some linear regression...
获取特定变量的线性回归方程如何?
英文: How to get the linear regression equation for a certain variable? 问题 Error in eval(predvars, dat...
Simple Regression 用于使用 Apache Maths 在 Java 中计算斜率。
英文: Simple Regression for calculating slope using apache maths in Java 问题 我正在尝试使用简单回归计算斜率。 这是我的两个数组:...
Apache Simple Linear Regression In Java using Math Library
英文: Apache Simple Linear Regression In Java using Math Library 问题 I am quite a newbie in using the a...
Go语言的线性回归库
英文: Linear regression library for Go language 问题 我正在寻找一个使用最大似然估计(MLE)或最小二乘法(LSE)实现线性回归的Go库。有人见过这样的库吗...
3