Displaying 4 results from an estimated 4 matches for "deacrec".
Did you mean:
dacres
2017 Jun 01
4
Upper bands and lower bands
Hi all
I want to add a band of fluctuaci?n (exponential decreading) to a linear
deacrecing values
Imagine: I have a matrix like c(10,9,8,7,6,5,4,3,2,1)
The thing is I want two new lines so that the m?ximum value of the new
colum on the m?ximum is from 10% to 5% higher and the same lower for the
m?nimum
the final two matix will be something like
c(10+0.10*10,9+0.089*9,8+0.075*8......
2017 Jun 02
0
Upper bands and lower bands
...nd sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Thu, Jun 1, 2017 at 11:20 AM, Pedro p?ramo <percentil101 at gmail.com> wrote:
> Hi all
>
> I want to add a band of fluctuaci?n (exponential decreading) to a linear
> deacrecing values
>
> Imagine: I have a matrix like c(10,9,8,7,6,5,4,3,2,1)
Ummm... That is not a matrix. It's a vector.
-- Bert
>
> The thing is I want two new lines so that the m?ximum value of the new
> colum on the m?ximum is from 10% to 5% higher and the same lower for the
>...
2017 Jun 01
0
Upper bands and lower bands
...smoothly dreasing values till the last will be 5% lower.
Is it posible to make thins bands exponencially with a code?
2017-06-01 20:20 GMT+02:00 Pedro p?ramo <percentil101 at gmail.com>:
> Hi all
>
> I want to add a band of fluctuaci?n (exponential decreading) to a linear
> deacrecing values
>
> Imagine: I have a matrix like c(10,9,8,7,6,5,4,3,2,1)
>
> The thing is I want two new lines so that the m?ximum value of the new
> colum on the m?ximum is from 10% to 5% higher and the same lower for the
> m?nimum
>
> the final two matix will be something like...
2017 Jun 02
1
Upper bands and lower bands
...pus (aka Berkeley Breathed in his "Bloom County" comic strip )
>
>
> On Thu, Jun 1, 2017 at 11:20 AM, Pedro p?ramo <percentil101 at gmail.com>
> wrote:
> > Hi all
> >
> > I want to add a band of fluctuaci?n (exponential decreading) to a linear
> > deacrecing values
> >
> > Imagine: I have a matrix like c(10,9,8,7,6,5,4,3,2,1)
>
> Ummm... That is not a matrix. It's a vector.
>
> -- Bert
>
>
> >
> > The thing is I want two new lines so that the m?ximum value of the new
> > colum on the m?ximum is f...