search for: chom

Displaying 3 results from an estimated 3 matches for "chom".

Did you mean: chm
2013 Jun 19
0
Simple example of variables decorrelation using the Cholesky decomposition
...######## # 4 observations of 2 variables, 100% correlated obs=matrix(nrow=2,ncol=4) obs[1,]=seq(from=1, to=4, by=1) obs[2,]=obs[1,] # Plot plot( obs[1,], obs[2,],pch=16) # Correlation matrix corr=matrix(nrow=2,ncol=2) corr[1,2]=0.95 corr[2,1]=0.95 corr[1,1]=1 corr[2,2]=1 # Cholesky decomposition choM=chol(corr) # Decorrelated observation decObs=matrix(nrow=2,ncol=4) for( i in 1:4 ) decObs[,i]=choM%*%obs[,i] # Other possibility #decObs=solve(choM,obs) # Plot plot(decObs[1,], decObs[2,],pch=16) ########################################### Does anyone have an idea? Thanks, regards, Xavier -...
2009 Feb 07
6
WinFam doesn´t start
Hello, I have a problem with WinFam, I use wine 1.1.14 when I start it, it load, but the loading image stuck hang the error: can not find COMAND dll appears. I have copy the program files from a windows instalation to a usb stick and past they into the WinFam programm folder in /.wine/drive C But i do not help. Sorry for bad english. Can anybody help me?
2009 Apr 12
1
Re: WinFam doesn´t start
Now it give a new version of winfam. But now i can't install it, in terminal: > Nili at linux-o3mr:~> cd /media/WinFam0109 > Nili at linux-o3mr:/media/WinFam0109> wine setup.exe > fixme:reg:GetNativeSystemInfo (0x32f3fc) using GetSystemInfo() > fixme:advapi:CheckTokenMembership ((nil) 0x12e6d0 0x32f33c) stub! > fixme:advapi:LookupAccountNameW (null) L"Nili"