Displaying 2 results from an estimated 2 matches for "siow".
Did you mean:
show
2005 May 05
1
TC breaking Virtual network connection
...===========================================================
I tried deleting the qdisc, but my VNC connection still breaks after i issue this command:
% tc qdisc del dev lo root
What is the correct way to restore to "factory default settings"?
Thanks for reading. Please help me.
Rgds,
Siow Vic
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2018 May 19
0
Lower bound and upper bound in maximum likelihood
Dear all,
I need to simulate data which fit to a double poisson time series model
with certain parameters. Then, check whether the estimated parameter close
to the true parameter by using maximum likelihood estimation.
Simulation:
set.seed(10)
library("rmutil")
a0 = 1.5; a1 = 0.4; b1 = 0.3; g1= 0.7 ; n=100
#a0, a1 and b1 are parameter where n is size.
nu = h =