Displaying 4 results from an estimated 4 matches for "nsave".
Did you mean:
save
2009 Mar 31
1
error during DPpackage compilation
...6.27 SMP
Arch: Intel 64 bits
gfortran not available
Thank you.
----------------------><8-------------------------------------
g77 ? -fpic ?-g -O2 -c LDDPdensity.f -o LDDPdensity.o
LDDPdensity.f: In subroutine `lddpcdensity':
LDDPdensity.f:12:
? ? ? ? & ? ? ? ? ? ? ? ? ? ? ? ?mcmc,nsave,seed,
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1
LDDPdensity.f:226: (continued):
? ? ? ? ?real*8 thetasave(nsave,p+p*(p+1)/2+3)
? ? ? ? ? ? ? ? ? ? ? ? ? 2
Invalid declaration of or reference to symbol `nsave' at (2) [initially seen
at (1)]
LDDPdensity.f:12:
? ? ? ? & ? ? ? ? ? ? ? ? ? ? ? ?...
2009 Jun 30
2
[PATCH node] Make all yes/no prompts consistent. rhbz#508778
Added a new function, "ask_yes_or_no", to ovirt-functions. It contains a
default prompt if none is provided.
Changed all prompts that ask for yes, no and/or abort to use this new
method.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-boot-wrapper | 8 ++---
scripts/ovirt-config-collectd | 39 +++++++++++++++-----------
2009 Feb 21
0
density estimation for d>2 for the DPpackage
...ollowing priors
# Prior information
s2<-matrix(c(2,0,0,0,2,0,0,0,2),ncol=3)
m2<-c(5,10,15)
psiinv2<-solve(matrix(c(10000,0,0,0,1,0,0,0,2),ncol=3))
prior<-list(a0=1,b0=1/5,nu1=4,nu2=4,s2=s2,
m2=m2,psiinv2=psiinv2,tau1=0.01,tau2=0.01)
state <- NULL
# MCMC parameters
nburn<-1000
nsave<-5000
nskip<-10
ndisplay<-1000
mcmc <- list(nburn=nburn,nsave=nsave,nskip=nskip,ndisplay=ndisplay)
# Fit the model
fit3<-DPdensity(y=rnormm,mcmc=mcmc, prior=prior,
state=state,status=TRUE,na.action=na.omit)
All is fine untill I bacame...
MCMC scan 1000 of 5000 (CPU time: 32.125 s)...
2014 Apr 29
1
access environment in which an error occurred
Dear R developers,
i have already send the question below to r-help but got no responses.
Perhaps it is more suitable for r-devel due to its rather technical
level. It would really help me to find a solution (or to find out that
there is none).
Is there any way to access/print/save the content of an environment in
which an error occoured?
Imagine the following testcase:
test =