Re: [Math] Re: Levenberg Marquardt Simple Example

2011-01-31 Thread Phil Steitz
On Mon, Jan 31, 2011 at 1:10 PM, Ole Ersoy  wrote:
> I'll start documenting as I'm going along.  Once I have a working draft I'll
> post it.  I just learned how to spell Levenberg Marquardt a few days ago, so
> I'll probably need some help filling in blanks.  Hope to have a rough draft
> soon.
>
Thanks in advance!

Phil

> Cheers,
> - Ole
>
> On 01/31/2011 10:06 AM, Phil Steitz wrote:
>>
>> It would be great to have a nicely documented simple example to
>> include in the User Guide.  A patch or post containing such an example
>> would be greatly appreciated.
>>
>> Thanks!
>>
>> Phil
>>
>> On Sun, Jan 30, 2011 at 11:12 PM, Ole Ersoy  wrote:
>>>
>>> Gilles,
>>>
>>> Thanks - I have been looking at it.  Starting to see the light.  I'll
>>> post
>>> back if I get stuck.
>>>
>>> Thanks again,
>>> - Ole
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
>>> For additional commands, e-mail: user-h...@commons.apache.org
>>>
>>>
>>
>> -
>> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
>> For additional commands, e-mail: user-h...@commons.apache.org
>>
>>
>
> -
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
>
>

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [SURVEY] Android users wanted

2011-01-31 Thread Martin Goebel
Hi,

Android Version 2.2

java.version=0
java.specification.version=0.9

mago

Am Montag, den 31.01.2011, 10:14 +0100 schrieb Jörg Schaible:
> Guys,
> 
> can somebody tell us, what the different Android versions return for the 
> java.version and java.specification.version?
> 
> - Jörg
> 
> 
> 
> -
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
> 



-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [Math] Re: Levenberg Marquardt Simple Example

2011-01-31 Thread Ole Ersoy

I'll start documenting as I'm going along.  Once I have a working draft I'll 
post it.  I just learned how to spell Levenberg Marquardt a few days ago, so 
I'll probably need some help filling in blanks.  Hope to have a rough draft 
soon.

Cheers,
- Ole

On 01/31/2011 10:06 AM, Phil Steitz wrote:

It would be great to have a nicely documented simple example to
include in the User Guide.  A patch or post containing such an example
would be greatly appreciated.

Thanks!

Phil

On Sun, Jan 30, 2011 at 11:12 PM, Ole Ersoy  wrote:

Gilles,

Thanks - I have been looking at it.  Starting to see the light.  I'll post
back if I get stuck.

Thanks again,
- Ole


-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org




-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org




-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [Math] Re: Levenberg Marquardt Simple Example

2011-01-31 Thread Phil Steitz
It would be great to have a nicely documented simple example to
include in the User Guide.  A patch or post containing such an example
would be greatly appreciated.

Thanks!

Phil

On Sun, Jan 30, 2011 at 11:12 PM, Ole Ersoy  wrote:
> Gilles,
>
> Thanks - I have been looking at it.  Starting to see the light.  I'll post
> back if I get stuck.
>
> Thanks again,
> - Ole
>
>
> -
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
>
>

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [Math] Levenberg Marquardt Help

2011-01-31 Thread Ole Ersoy

Luc,

That sounds great - Thanks!  I'll give that a try as well.

Cheers,
- Ole

On 01/31/2011 02:41 AM, luc.maison...@free.fr wrote:


- "Ole Ersoy"  a écrit :


Hi,


Hi Ole,



I'm trying to fit a normal distribution to a curve (I'm assuming the
LM Optimizer is a good tool for this).  Is there a generic approach
that lets me construct a Jacobian or do I need specialized knowledge
of the function in order to do this?


There is a special packe for curve fitting in Apache Commons Math:
org.apache.commons.math.optimization.fitting. Since July 2010, this
package contains a dedicated GaussFitter classIn the subversion repository
(and hence in the upcoming 2.2 release). 
See.

best regards,
Luc



TIA,
- Ole

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org


-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org




-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



[SURVEY] Android users wanted

2011-01-31 Thread Jörg Schaible
Guys,

can somebody tell us, what the different Android versions return for the 
java.version and java.specification.version?

- Jörg



-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [Math] Levenberg Marquardt Help

2011-01-31 Thread luc . maisonobe

- "Ole Ersoy"  a écrit :

> Hi,

Hi Ole,

> 
> I'm trying to fit a normal distribution to a curve (I'm assuming the
> LM Optimizer is a good tool for this).  Is there a generic approach
> that lets me construct a Jacobian or do I need specialized knowledge
> of the function in order to do this?

There is a special packe for curve fitting in Apache Commons Math:
org.apache.commons.math.optimization.fitting. Since July 2010, this
package contains a dedicated GaussFitter classIn the subversion repository
(and hence in the upcoming 2.2 release). See 
.

best regards,
Luc

> 
> TIA,
> - Ole
> 
> -
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org