Displaying 4 results from an estimated 4 matches for "logh".
Did you mean:
log
2011 Feb 26
0
A problem about realized garch model
Hi, I am trying to write the Realized GARCH model with order (1,1)
The model can be describe bellow:
r_t = sqrt( h_t) * z_t
logh_t = w + b*logh_(t-1) + r*logx_(t-1)
logx_t = c + q*logh_t + t1*z_t +t2*(z_t ^2 -1) + u_t
and z follow N(0,1) , u follow N(0, sigma.u^2)
But I'm troubled with the simulation check for my code.
After I simulate data from the model and estimate the data,
I can't get precise estimation for...
2012 Aug 24
1
Perhaps a Complicated Question
...on 2008 R2), however nut-cgi appears to
be missing from the Windows distribution.
It appears that I need to compile my own copy of NUT on windows with
nut-cgi enabled but I am unsure how to do this as there don't appear to
be any Windows build instructions.
--
Lee Thompson
thompsonl at logh.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4927 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20120824/0b45b313/attachment.bin>
2010 Jul 07
3
Boxplots over a Scatterplot
...ulates actual dimensions in mm
foram$actual_l<-foram$length/foram$magnification
foram$actual_w<-foram$width/foram$magnification
foram$actual_h<-foram$height/foram$magnification
#takes logs of all dimensions
foram$logl<-log10(foram$actual_l)
foram$logw<-log10(foram$actual_w)
foram$logh<-log10(foram$actual_h)
#Generates scatterplot
plot(foram$stage,
foram$logl,
ylab="log max size",
xlab="stage",
cex=.1,
xaxt="n",
axes=FALSE
)
axis(at=-3:1, side=2, pos=0)
axis(at=9:84, side=1, pos=-3)
#adds a boxplot
boxplot(foram$logl~foram$stage,...
2005 Jun 06
0
Problems Winbindd/Squid ?
...my PDC and after restart, my winbindd denied all
access and put a INVALID_COMPUTER_NAME ...
i restart winbind and that's work now ... winbindd can't contact another
PDC ? he can't recontact automatiquely the PDC
without a manual restart ?
2- In the log, i have a big quantity of (into logh.nmbd):
[2005/06/06 12:27:18, 2]
nmbd/nmbd_nameregister.c:wins_registration_timeout(184)
wins_registration_timeout: WINS server 172.16.1.15 timed out
registering IP 10.206.1.251
into squid, i have a lot of "TCP DENIED" and one line after a acceptation ..
i don't understand why th...