Displaying 3 results from an estimated 3 matches for "kesyx".
2017 Aug 26
6
Find maxima of a function
...ot look something like below.[image: enter image description here]
<https://i.stack.imgur.com/4uUQ9.png>
Also, if I change my parameters to
mean=(2.15,2.0,2.9)
sigma=(0.1,0.1,0.1)
c=(1/3,1/3,1/3)
Then plot would change to[image: enter image description here]
<https://i.stack.imgur.com/kESYX.png>
Is there any way to find the maxima. I have tried Newton's method but it
gave me the wrong output.
Like in general some common solution, which would work on all the cases, is
needed.Can someone suggest me how can I achieve this
Thanks in advance
Niharika Singhal
[[alternative HTML...
2017 Aug 26
0
Find maxima of a function
...lso, if I change my parameters to
>>>
>>> mean=(2.15,2.0,2.9)
>>>
>>> sigma=(0.1,0.1,0.1)
>>>
>>> c=(1/3,1/3,1/3)
>>>
>>> Then plot would change to[image: enter image description here]
>>> <https://i.stack.imgur.com/kESYX.png>
>>>
>>> Is there any way to find the maxima. I have tried Newton's method but it
>>> gave me the wrong output.
>>>
>>> Like in general some common solution, which would work on all the cases,
>>> is
>>> needed.Can someone su...
2017 Aug 26
1
Fwd: Find maxima of a function
...n=(2.15,2.0,2.9)
> >>>>
> >>>> sigma=(0.1,0.1,0.1)
> >>>>
> >>>> c=(1/3,1/3,1/3)
> >>>>
> >>>> Then plot would change to[image: enter image description here]
> >>>> <https://i.stack.imgur.com/kESYX.png>
> >>>>
> >>>> Is there any way to find the maxima. I have tried Newton's method but
> it
> >>>> gave me the wrong output.
> >>>>
> >>>> Like in general some common solution, which would work on all the
> ca...