The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
18 views

data fitting in specific equation - matlab

I have 3 sets of data: xdata, ydata and error_ydata. I need to fit this data according to a equation like this: y_fit = c1*sin((2*pi*x_data)/c2 - c3) + c4 where c are constants, and the parameters ...
0
votes
0answers
5 views

Fitting data by a model function with large number of parameters

I have to fit some data using a model function with extremely large number of parameters. I tried matlab and python functions based on the Levenburg-Marquardt algorithm. It seems this algorithm does ...
1
vote
1answer
21 views

What does the error message “w = 0 in Givens();” mean when trying curve fitting in gnuplot?

I keep having the w = 0 in Givens(); error message when I try to use gnuplot built-in curve fitting feature. What I do is trying to fit experimental data to a certain mathematical model in gnuplot. I ...
-3
votes
0answers
32 views

R: Finding error on fitting parameters of a nonlinear least squares fit [closed]

So, I've been using the nls function to generate a fit for my data. I can return the fitting parameters, but I'd also like to generate the error on the parameters. Is there an existing tool for this ...
0
votes
1answer
67 views

R nls to fit custom gompertz curve

I'm trying to fit my data to a user defined Gompertz equation. However, I received an error as follows: Error in nls(Eq, data = GPdata, start = list(K = 1), algorithm = "default", : singular ...
0
votes
1answer
61 views

Matlab regression with periodic data

I have a vector of periodic values: How would you suggest to fit this values, so I can predict the values out of the starting range ? I fFound this interesting example: ...
1
vote
2answers
80 views

Detecting grid orientation and properties

I have a collection of many points arranged in a uniform grid-like fashion. Given these points, how do I detect properties of this grid, such as it's rotation, spacing between lines, etc? If there was ...
1
vote
0answers
54 views

Python 3 dimensional fitting

I have a set of 3d data and would like to fit them with some polynomial ansatz in python. I can only find 2 dimensional solutions, could anyone provide me with some 3d solution? thanks!
0
votes
2answers
100 views

R: Robust fitting of data points to a Gaussian function

I need to do some robust data-fitting operation. I have bunch of (x,y) data, that I want to fit to a Gaussian (aka normal) function. The point is, I want to remove the ouliers. As one can see on the ...
1
vote
0answers
105 views

How to fit multiple parameters to a differential equation in R?

With a dataset like this time C 0.1 2.6 0.25 4.817 0.5 6.596 0.75 6.471 1 6.049 1.5 5.314 2 4.611 2.5 4.5 3 4.392 4 4.013 5 3.698 6 3.505 8 3.382 12 2.844 14 2.383 24 1.287 ...
1
vote
1answer
174 views

One sample Kolmogorov-Smirnov to test gof of theoretical distribtion (makedist error) matlab

I have few continuous variables that look like this: durs1=[3,40933 0,033630 0,25103 0,6361 0,71971 1,18311 1,91946 0,12842 0,97639 1,1383 0,46871 3,05241 2,34907 1,03788 0,76434 1,08798 1,462 0,4241 ...
3
votes
1answer
232 views

Why does scipy.optimize.curve_fit not fit to the data?

I've been trying to fit an exponential to some data for a while using scipy.optimize.curve_fit but i'm having real difficulty. I really can't see any reason why this wouldn't work but it just produces ...
0
votes
0answers
22 views

Is it possible to fit two files to each other in gnuplot, adjusting a variable in the using expression (and if yes, how)?

I'm currently stitching measured data obtained in different measurement ranges. Since the calibration of the measurement setup is not reliable in some ranges, the solution I have in mind is to ...
2
votes
3answers
324 views

Transform data to fit normal distribution

I have a rather easy-to-understand question. I have a set of data and I want to estimate how good this data fit a standard normal distribution. To do so, I start with my code: [f_p,m_p] = ...
0
votes
1answer
54 views

Mathematica: Processing Fit Parameters

I want to access the fit-parameters of a NonlinearModelFit. Here is the code model = a*Cos[b*t + c]; fit = NonlinearModelFit[data, model, {a, b, c}, t, Method -> NMinimize] When I use the ...
0
votes
0answers
78 views

Matlab - Remove values from cell structure that differ too much

I'm doing some data analysis. I have already done some work fitting a lot of data and I was recommended to save all these fits into a cell structure. So far so good. I have 65 pieces of data and they ...
1
vote
0answers
122 views

Lorentzian scipy.optimize.leastsq fit to data fails

since I took a lecture on Python I wanted to use it to fit my data. Although I have been trying for a while now, I still have no idea why this is not working. What I would like to do: take one ...
0
votes
0answers
64 views

Using MLE to determine peak of distribution of daily count data

I'm trying to estimate the date of peak abundance for a migratory period from point counts. A previous study has used the following methods: Fitted a truncated normal distribution to trapping ...
0
votes
1answer
654 views

gnuplot: Plot and fit 2d function with two variables

Is its possible in gnuplot to plot and fit a function that has two variables? For example, a physical function that depends on hight h and Temperature T where the T dependence should only be ...
1
vote
1answer
248 views

Fitting 2-D splines to noisy data with gaps using scipy.interpolate.LSQBivariateSplines

I have a numpy array with rectangular data on a grid and would like to fit a 2-D spline to it to reproduce the large-scale variations while getting rid of all/most of the noise. The data also has some ...
0
votes
1answer
295 views

Getting standard errors on fitted parameters using the optimize.leastsq method in python

I have a set of data (displacement vs time) which I have fitted to a couple of equations using the optimize.leastsq method. I am now looking to get error values on the fitted parameters. Looking ...
1
vote
2answers
355 views

Passing additional parameters to fmincon

I want to fit two parameters on an equation using fmincon. I did that with lsqnonlin but I want to take advantage of the inequality constraints of fmincon. The problem is that I can not pass the two ...
2
votes
1answer
222 views

Fit function with preallocated buffer memory in scipy.optimize.leastsq

I am trying to use scipy.optimize.leastsq with a fit function that uses preallocated memory to store the residuals. I have millions of nonlinear fits and time is critical. I had the fit function coded ...
1
vote
2answers
73 views

Reproducing the “Evaluate” function from “basic fitting” GUI programmatically in Matlab

When using the "basic fitting" tool, one has the opportunity once the "fitting" done to evaluate/estimate a value at certain points. I was only able to reproduce this until the plotting part. I cannot ...
0
votes
0answers
172 views

Fit a power-law to a histogram using least-squares or maximum likelihood in R [closed]

I'm analysing some data (and energy distribution) and I have these histograms (I'm plotting them in ggplot2) and want to fit them a power-law function and get the value of the gamma of the fit (the ...
0
votes
1answer
219 views

Fitting data to an equation in python vs gnuplot

I am trying to fit some data to an equation in python and I am having some difficulty. I have the equation: y(t)=yo+a(t-ti)^b+kt where a, ti, b and k are fitting parameters, and t and disp are ...
2
votes
1answer
70 views

Tightest cone fitting a set of directions

Given a set of unit directions in 3D d_1, ..., d_n, How to find the tightest cone around them? E.g. How can I find another unit vector m, and a scalar value alpha representing an angle, such that: ...
0
votes
1answer
264 views

nlinfit Matlab function equivalent function c code

i have a problem with curve fitting,i have to fit set of points(x and y) using this equation a+bx^2.5+cx^3.5.Already i tried and get it from matlab curve fitting toolbox using nlinfit function.now i ...
0
votes
2answers
179 views

Fit 1000 samples to a normal distribution using Maximum-Likelihood in C++

I have a sample of 5000 doubles like sample = {1.23, -4.67, 0.17, 1.25, 6.89, -2.03, ...} and want to fit the data to a parametric distributions like N(mu, sigma) or generalized student t(loc, ...
0
votes
1answer
254 views

Levy Flight Distribution Histogram Matlab

I have been looking around for a while on fitting Levy Distributions to a histogram to no avail. I am hoping to test out how a Levy Flight distribution would look on the data regardless of whether it ...
1
vote
2answers
71 views

Fitting multiple distributions

I have a situation where two or more nd arrays, with some coefficients, should add up (roughly) to a third array. array1*c1 + array2*c2 ... = array3 I'm looking for the c1 and c2 that make the ...
2
votes
1answer
1k views

scipy.optimize.leastsq returns best guess parameters not new best fit

I want to fit a lorentzian peak to a set of data x and y, the data is fine. Other programs like OriginLab fit it perfectly, but I wanted to automate the fitting with python so I have the below code ...
0
votes
1answer
611 views

2d polynomial fitting to table data MATLAB

I am trying to use 2D polynomial fitting for my table data, my data format is exactly like the link below: http://www.mathworks.de/help/toolbox/curvefit/brx2ldg-1.html#bso46rp-1 I mean I have vector ...
1
vote
1answer
154 views

fmin with a threshold function

I have some experimental data I would like to fit by fmin function. I have already used fmin with another sample and everything was ok. This time I would to represent data by a function like : def ...
0
votes
1answer
81 views

Fitting data to system of ODEs - type error using lambda function with Scipy/Numpy/Python

I am getting the following error when running my code: Typeerror: lambda() takes exactly 4 arguments (3 given) Here is my code - my error is coming from the last line of code (I think) where I am ...
0
votes
3answers
509 views

Fitting data to system of ODEs using Python via Scipy & Numpy

I am having some trouble translating my MATLAB code into Python via Scipy & Numpy. I am stuck on how to find optimal parameter values (k0 and k1) for my system of ODEs to fit to my ten observed ...
1
vote
2answers
1k views

plot 3D line, matlab

My question is pretty standard but can't find a solution of that. I have points=[x,y,z] and want to plot best fit line. I am using function given below (and Thanx Smith) % LS3DLINE.M ...
1
vote
1answer
324 views

Linear regression in Objective-C

I´m trying to implement a method that fits a line to a set of points in 2D. I wrote the following code that reads the data from two Array (X, Y coordinate) and should calculate the parameters of the ...
3
votes
7answers
106 views

How can I do blind fitting on a list of x, y value pairs if I don't know the form of f(x) = y?

If I have a function f(x) = y that I don't know the form of, and if I have a long list of x and y value pairs (potentially thousands of them), is there a program/package/library that will generate ...
0
votes
1answer
486 views

opencv cvfitline is giving doubtful results

I am using OpenCV's function cvFitLine and it is giving me results that I find very doubtful. Basically, you can see that I am inputting coordinates of points pretty much along a line with 2 outliers. ...
0
votes
4answers
546 views

Polynomial data fitting in a special way in MATLAB

I have some data let's say the following vector: [1.2 2.13 3.45 4.59 4.79] And I want to get a polynomial function, say f to fit this data. Thus, I want to go with something like polyfit. ...
0
votes
1answer
405 views

MATLAB: multiple function fitting

I have a function, sum of three exponents: F = f1*exp1 + f2*exp2 + f3*exp3 exactly: ...
4
votes
1answer
3k views

SciPy LeastSq Goodness of Fit Estimator

I have a data surface that I'm fitting using SciPy's leastsq function. I would like to have some estimate of the quality of the fit after leastsq returns. I'd expected that this would be included as ...
0
votes
1answer
478 views

gnuplot, not including a line in data fit

I have a .dat file which I create in the following format: q h error The first line of data is not relevant for the fit. Does setting the xrange to not include the undesired point, mean that this ...
1
vote
3answers
224 views

Creating an efficient function to fit a dataset

Basically I have a large (could get as large as 100,000-150,000 values) data set of 4-byte inputs and their corresponding 4-byte outputs. The inputs aren't guaranteed to be unique (which isn't really ...
0
votes
4answers
670 views

large set of data, interpolation

I am looking for a "method" to get a formula, formula which comes from fitting a set of data (3000 point). I was using Legendre polynomial, but for > 20 points it gives not exact values. I can write ...
6
votes
3answers
1k views

Fit a 3D line to 3D point data in Java?

I've spent a decent amount of time trying to hunt down a simple way of doing this - ideally, a magical library exists out there somewhere that will take my set of 3D data points and return 2 points ...
4
votes
7answers
3k views

Sine wave frequency fitting

This question is based on a previous similar question. I have the following equation and an adjusted (some random data): 0.44*sin(N* 2*PI/30) I am trying to use the FFT to get the frequency from the ...