Displaying 7 results from an estimated 7 matches for "ntran".
Did you mean:
tran
2009 Mar 09
1
Zero distance error in corSpatial - correlation structure using lme
...iple observations per sample and the coordinates are the same for
the same sample. This is demonstrated below using the coordinates STX2
and STY2, which are the same for a single transect. How can I properly
specify this structure in Variogram() and corSpatial()?
library(nlme)
set.seed(1001)
ntrans <- 30
npertrans <- 5
ntot <- ntrans*npertrans
STX1<-runif(ntot, min=16.0921, max=16.4823)
STY1<-runif(ntot, min=1.9812, max=2.3932)
STX2<-rep(runif(ntrans, min=16.0921, max=16.4823), each=npertrans)
STY2<-rep(runif(ntrans, min=1.9812, max=2.3932), each=npertrans)
site<-rep(...
2011 Mar 19
1
I want to create an object to use for the plot command
...ackage (along with all prerequisites) to do some GARCH
work and for some reason, something which used to work for me has decided to
up and stop. The code is as follows, after loading the package:
"
gs <- garch.sim(alpha=c(1.9,0.1), beta=c(0.700001, -0.0800003, -0.016),rnd =
rnorm, n = 400, ntrans=500)
gs1 <- garch.sim(alpha=c(1.9,0.1), beta=c(0.7, -0.08, -0.016),rnd = rnorm, n
= 400, ntrans=500)
gts=ts(gs)
gts1=ts(gs1)
dgts=gts1-gts
test <- garch(dgts, order=c(0,0))
plot(test)
"
However, I get the following error:
"
Error in plot(test) : object 'test' not...
2005 Aug 03
7
call fortran in R
...at I have done:
In the terminal this how I compiled my fortran code:
R CMD SHLIB ~/Desktop/Fortan_kmeans/kmeans3.f
There is the wrapper I have paste inside de kmeans3.f file:
c THIS IS THE WRAPPER
subroutine wrapper(n, p, nran, mat, ishort, w, z,
+ ntran, istand, k1, k2, iassign, iseed)
integer n,p,kmax
real*8 mat(n,p),sx(kmax,p),sx2(kmax,p),vect(p),
+ xbar(kmax,p),var(kmax,p),mean(p),coord(10)
real*8 D1,Dref,SSE,SSEref,Dvec(kmax),w(p),SST
real*8 CH,CHr(kmax),SSEr(kmax),te...
2023 Jul 18
1
change language at console
On Wed, 1 Apr 2015, Prof Brian Ripley wrote: > I would start by trying LANGUAGE=en , e.g. More specifically, you can use en_US or en_GB. Rich [...]
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
2000 Jun 15
1
smbstatus fails with "Segmentation fault"
...ews up the
offset calculations for identifying locks in the locking_shm.c routines. I
have no idea why you would want to compile large file support into Samba as
neither Windows, nor Linux, can currently handle large files. Samba compiles
with warning messages about shifting counts being too big (ntrans.c, reply.c,
trans2.c and util.c) when the large file support flags are removed. What's
more, smbstatus now works.
There should probably be an option in the configure script for removing the
large file support, at least with Solaris 2.6. Has anyone tried compiling
Samba 2.0.7 in Solaris 8 fo...
2008 Jan 02
0
Fwd: [Workaround] Allocation size has bad value on a MIPS based setup.
...eld.
Using another linux+samba working setup and sniffing SMB messages
again, the "Allocation size" field was set to 1048576 (00001000
00000000h). Which is a fairer value :-)
After a few investigations on the warnings (warning: right, left shift
count >= width of type) when compiling ntrans.c, trans2.c and a few
other files in libsmb, it seems that they come from the macros like
SOFF_T and alike defined in include.h when LARGE_SMB_OFF_T is defined
- which is the case for me.
I then just disabled LARGE_SMB_OFF_T and that solves the problem. So
I'm happy but some questions remain...
2013 Aug 27
1
Error in simulation. NAN
...*****************************************/
// indici
int i,j,k,l,h,t,f,info,MCMC_iter,MCMC_iter2;
int nProtect= 0;
int indice_adapt=0;
double duepi = (2*M_PI);
// costanti
char const *lower = "L";
char const *upper = "U";
char const *ntran = "N";
char const *ytran = "T";
char const *rside = "R";
char const *lside = "L";
const double one = 1.0;
const double negOne = -1.0;
const double zero = 0.0;
const int incOne = 1;
/***********************************...