You don't need the function K.
From the image you need this:

Well at last.
You don't need the function K.


From the image you only need  this:

G <- as.numeric(1+t(Alpha) %*% Omega %*% Alpha)
G
delta <- (Omega %*% Alpha) / sqrt(G)
delta


Berend Hasselman

> On 20 Jul 2016, at 21:17, Sachin Kuruvithadam <sac...@hotmail.it> wrote:
> 
> Sorry, didn't know that the other site only hosted temporarily. This link 
> should be permanent: https://postimg.org/image/gpp3sohip/
> 
> 
> 
> 
> 
> Da: R-help <r-help-boun...@r-project.org> per conto di Sachin Kuruvithadam 
> <sac...@hotmail.it>
> Inviato: mercoledì 20 luglio 2016 20.57
> A: Berend Hasselman
> Cc: r-help@r-project.org
> Oggetto: Re: [R] System of equations with unknowns in R
>  
> 
> 
> Sorry for the empty email, here's a link to the formula: 
> https://unsee.cc/zasobuge/
> Unsee &mdash; Free online private photo sharing
> unsee.cc
> Free online private photo sharing
> 
> 
> 
> K is actually intended to be a number. What I need is a way to find the 
> vector delta as a function of the elements of omega.
> 
> 
> ________________________________
> Da: Berend Hasselman <b...@xs4all.nl>
> Inviato: mercoled� 20 luglio 2016 20.13
> A: Sachin Kuruvithadam
> Cc: r-help@r-project.org
> Oggetto: Re: [R] System of equations with unknowns in R
> 
> 
> > On 20 Jul 2016, at 20:07, Berend Hasselman <b...@xs4all.nl> wrote:
> >
> >
> >
> > This functions a scalar not a function
> 
> Correction. This should have been
> 
> This function returns a scalar not a vector.
> 
> Berend Hasselman
> 
> 
>         [[alternative HTML version deleted]]
> 

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to