search for: eliano

Displaying 4 results from an estimated 4 matches for "eliano".

2013 Mar 06
1
Help with a function and text
Hi, can I understand why this message was rejected ? Thanks, Eliano Sent from my iPhone On 6 Mar 2013, at 19:18, Eliano <eliano.m.marques at gmail.com> wrote: > Hi everyone, > > I am writing some code to generate a function. I am passing that code to a > dataset which i'm importing in R, e.g. > Test=read.table('C:/test.txt', head...
2012 Jan 22
4
Solving Equations
...es for the beta distribution and i now for example: E(teta)=a/(a+b) = 0,5 Var(teta)=ab/((a+b)^2(a+b+1))=0.05 So if i want to solve this to non-linear system to find a,b for the beta distribution wich pack should i use? I know that a=2 and b=2 because i calculated it. Can someone help? Thanks, Eliano -- View this message in context: http://r.789695.n4.nabble.com/Solving-Equations-tp4318784p4318784.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
2011 Oct 25
1
Maximization
hi people, I'm trying to maximize this function: fn= function (x) {x[1]^2+5*x[2]^2} with this restriction fn1 = function (x) {x[1]+x[2] <=5} Can someone help me how to procedure this? I tried in the alabama and genoud package but i have problems with the setting of constrains. Regards, Eliano -- View this message in context: http://r.789695.n4.nabble.com/Maximization-tp3936359p3936359.html Sent from the R help mailing list archive at Nabble.com.
2011 Aug 02
3
How to samba ldap and ssl
how to set up a file server with samba 3.5 and openldap with ssl support in debian. thanks