LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to do a global fit in Labview 8.2?

Hello,

 

I need to do a global fit to my data (i. e. fit multiple curves simultaneously while sharing parameters). Is there an easy way to implement that with existing routines in Labview 8.2?

 

Thanks in advance for help,

 

Maxim 

0 Kudos
Message 1 of 3
(3,261 Views)
Can you post a simple example of what you're trying to do?
>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 2 of 3
(3,257 Views)

A nice short discussion about global fitting is on the Origin 8 website:

 

http://wiki.originlab.com/~originla/howto/index.php?title=Tutorial:Global_Fitting

 

My understanding is the following:

 

There is a set of curves. Each of them can be fitted independently (by minimizing chi-squared), and a set of optimal parameters found separately for each curve.

Otherwise, one could set to minimize the sum of chi-squares from the fitting, which means a single set of optimal parameters will be produced for all curves. And this is global fitting.

 

Please correct if I'm wrong.

0 Kudos
Message 3 of 3
(3,251 Views)