python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using the correlation matrix after a fit in Gnuplot
Say I need to fit some data to a parabola, and then perform some calculations involving the correlation matrix elements of the fit parameters: is there a way to use these parameters directly in gnuplo...
Rogert
Votes: 0
Answers: 2
Find where the slope changes in my data as a parameter that can be easily indexed and extracted
I have the following data:
0.8340502011561366 0.8423491600218922
0.8513456021654467
0.8458192388553084
0.8440111276014195
0.8489589671423143
0.8738088120491972
0.8845129900705279
0.8988298998926688
0....
Green-Chile-Data
Votes: 0
Answers: 2
XGBoost input data dimension
I am working on time series. I have collected data having 10 different channels and put them in a pandas.DataFrame. I have a pandas.DataFrame of 10 columns (per channel) and 10 rows (per value). I hav...
display_name
Votes: 0
Answers: 0
Which library/function should I use to fit a multivariate polynom to my data?
I have data that depends on 4 independent variables (x1,x2,x3,x4) and I need a model (available in Python) to evaluate f(x1,x2,x3,x4) outside the data points. In principle, if I set 3 of my variables ...
Martin67
Votes: 0
Answers: 1