Displaying 7 results from an estimated 7 matches for "dimmension".
Did you mean:
dimension
2010 Aug 02
1
lm length
...he levels of a variable parting on an ols
regression. The regression in done on the rate of return of the variable.
Imagine R_{t}=a+b*R_{t-1}
So If P, the "estimated" price would be P_{t}=P_{t-1}*R_{t}
Imagine that I obtain lm fitted values and the original
R_{t}, R_{t-1} are [1000,1] dimmension...
How it is posible to obtain also 1000,1 fitted values? They should be
999,1, no?
If I want to use the fitted values to multiply and obtain estimated
prices....P_{t}=P_{t-1}*R_{t} how should I proceed?
Many thanks in advance. I try it but I was surprised about the fitted values
dimmensions¡¡¡...
2011 May 04
1
problem with package "adapt" for R in Mac
Hi,
How i can install the package "adapt" in some version of R for mac?
i try in 2.13, 2.9,2.7 and other previous versions... and nothing happens.
and another question: There are some packages that do the same but that it
is implemented for mac? (calculate integrals in 2 or more dimmensions).
help me please, it's for an important work.
greetings.
--
Matías Hernán Ramírez Salgado.
Estudiante de Estadística.
Pontificia Universidad Católica de Chile.
[[alternative HTML version deleted]]
2009 Nov 04
1
Search values and create a new matrix
...5 2
3 6 5 2
Z=
1 14
2 12
3 16
The result should be:
F=
3
5 (point for example is the second row first colum on R)
2
You can guide me?
Sorry for all and many thans I´m getting crazy...
In excel there is a function Search H or Search V similar but only on
dimension not both dimmensions...
[[alternative HTML version deleted]]
2017 Jun 02
1
Upper bands and lower bands
Sorry,
For me a vector is a matrix with mx1 dimmensions. But it is true that it is
not the way I correctly must talk in R.
Can you guide me in what I?m trying to do? I?m trying to find what I want
in Excel using something like a parabolic function but dind?t get yet (then
to try to replicate in R).
2017-06-02 7:01 GMT+02:00 Bert Gunter <bgunter.4...
2017 Jun 02
0
Upper bands and lower bands
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and 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
2019 Feb 21
3
Preserving debug metadata across optimization
Hi,
I've recently run into a problem of missing !dbg metadata after the
code has been optimized (even opt -O1).
The original code was generated using llvmlite python package and I've
verified that all instructions have their !dbg metadata present.
After optimizing the module (even opt -O1) I see that some
instructions (~25%) don't have any dbg metadata.
These are mostly getelementptr
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.....,1+0.05*1)