python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is there an effective way to fit the following two datasets with lsqcurvefit?
I have two complex datasets for which I intend to find a suitable function to fit them. The first dataset is presented as follows:
As you can see, although complicated, it seems that this dataset is ...
tjk
Votes: 0
Answers: 0
pymc.Uniform giving ZeroProbability error: Stochastic alpha's value is outside its support, or it forbids its parents' current values
I am using a example given in web of pymc, when I try to run pymc.Uniform I am getting the following error
---------------------------------------------------------------------------
ZeroProbability ...
Divyadeep harbola
Votes: 0
Answers: 0
Finding the best linear section of data
I have some scientific data and wish to find the best region to fit a straight line in. Theoretically, the data should have a constant gradient but other influences effect the data such that there are...
Stuart's Fanclub
Votes: 0
Answers: 1
MATLAB: Does the execution of addpath/rmpath/savepath in one MATLAB instance affect other instances?
Does the execution of addpath/rmpath/savepath in one MATLAB instance affect other instances?
Motivation: Imagine that you are developing a MATLAB package, which provides a group of functions to the us...
Nuno
Votes: 0
Answers: 1