python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
In R, Are valid the given coefficients of glm()?
I got in R after glm():
Coefficients:
Estimate Std. Error t value Pr(>|t|)
D_N -1.405e+05 3.451e+04 -4.072 0.000166 ***
D_q 1.405e+05 3.451e+04 4.072 0.000166 ***
D_Rho -9...

Another.Chemist
Votes: 0
Answers: 1
How to create Polynomial Ring which has Float coefficients Julia
I want to create a polynomial ring which has float Coefficients like this. I can create with integers but, Floats does not work.
using Oscar
S, (a,b,c,d) = PolynomialRing(QQ,["a","b&qu...
Ahmet Yusuf
Votes: 0
Answers: 1
Obtaining 2 or more coefficients from defined equation using regression methods
I'm looking to run this code that enables to solve for the x number of unknowns (c_10, c_01, c_11 etc.) just from plotting the graph.
Some background on the equation:
Mooney-Rivlin model (1940) with P...
NotaPythonGeek
Votes: 0
Answers: 0
r.squared matrix of predictions vs actual values in R
I want to create a matrix that displays the r.squared coefficient of determination of some predictions made over the years and the actual values.
My goal is to display a matrix that looks something li...
Xavier
Votes: 0
Answers: 1