Displaying 8 results from an estimated 8 matches for "maxrestart".
Did you mean:
maxrestarts
2013 Mar 18
2
Fit a mixture of lognormal and normal distributions
...6)x.2<-rlnorm(10000, 1.3,0.1)X<-c(x.1, x.2)
hist(X,100,freq=FALSE, ylim=c(0,1.5))lines(density(x.1), lty=2, lwd=2)lines(density(x.2), lty=2, lwd=2)lines(density(X), lty=4)
Currently i am using mixtools and just run:
library(mixtools)mixmdl = normalmixEM(X, k=2, epsilon = 1e-08, maxit = 1000, maxrestarts=20, verb = TRUE, fast=FALSE, ECM = FALSE, arbmean = TRUE, arbvar = TRUE) plot(mixmdl,which=2)lines(density(X), lty=2, lwd=2)
This is obviously not the best way of doing this. The estimates it gives me are:mu 3.6595737(x.2 log()=1.29) 2.3113135(x.1)
These are not too far off but I was wondering if...
2018 Mar 28
0
problem with nut APC BackUPS RS 1500 (white)
...=01 Dev#= 4 Spd=1.5 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=051d ProdID=0002 Rev=01.06
S: Manufacturer=American Power Conversion
S: Product=Back-UPS RS 1500 FW:8.g9 .I USB FW:g9
Also, if you are having intermittent trouble with drivers, you can use the maxrestart and retrydelay options: http://networkupstools.org/docs/man/ups.conf.html
We have had some reports of issues with VMware and USB. This can affect systems with APC UPSes, because the driver needs to be able to pull the model number to apply model-specific fixes. Versions after NUT 2.7.2 have a part...
2013 Mar 31
0
Standard error of normalmixEM fit?
..., if the output is correct? It
seems a bit odd to me, so is this correct what I am doing and can I rely on
the values?
My data: http://s000.tinyupload.com/?file_id=09285782882980618119
My code:
normalmix<-normalmixEM(dat,k=2,lambda=c(0.99024,(1-0.99024)),fast=FALSE,maxit=10000,epsilon
= 1e-16,maxrestarts=1000)
normalmix$loglik
normalmix$lambda
se<-boot.se(normalmix,B=1000)
se$lambda.se
se$mu.se
se$sigma.se
final results:
lambdahat = 0.990238663
mu1hat= -0.00115
mu2hat= 0.040176949
sigma1hat= 0.012220305
sigma2hat= 0.003247102
My problem now is - and thats why I feel un...
2013 Apr 04
0
Std. error of normalmixEM with boot.se
..., if the output is correct? It
seems a bit odd to me, so is this correct what I am doing and can I rely on
the values?
My data: http://s000.tinyupload.com/?file_id=09285782882980618119
My code:
normalmix<-normalmixEM(dat,k=2,lambda=c(0.99024,(1-0.99024)),fast=FALSE,maxit=10000,epsilon
= 1e-16,maxrestarts=1000)
normalmix$loglik
normalmix$lambda
se<-boot.se(normalmix,B=1000)
se$lambda.se
se$mu.se
se$sigma.se
final results:
lambdahat = 0.990238663
mu1hat= -0.00115
mu2hat= 0.040176949
sigma1hat= 0.012220305
sigma2hat= 0.003247102
My problem now is - and thats why I feel un...
2013 Apr 04
0
Std. error normalmixEM using boot.se
...t is correct? It
seems a bit odd to me, so is this correct what I am doing and can I rely on
the values?
My data can be found at:
http://s000.tinyupload.com/?file_id=09285782882980618119
my code:
normalmix<-normalmixEM(dat,k=2,lambda=c(0.99024,(1-0.99024)),fast=FALSE,maxit=10000,epsilon=1e-16,maxrestarts=1000)
normalmix$loglik
normalmix$lambda
se<-boot.se(normalmix,B=1000)
se$lambda.se
se$mu.se
se$sigma.se
final results:
labmdahat=0.99024
mu1hat=-0.00115
mu2hat=0.040177
sigma1hat=0.01222
sigma2hat=0.00325
My problem is - and thats why I feel uncomfortable about relying on the
values- that t...
2008 Nov 07
0
Cluster Broken pipe Error & node Reboot
...="cluster1" watchdog="yes"/>
<member id="1" name="cluster2" watchdog="yes"/>
</members>
<services>
<service checkinterval="10" failoverdomain="oracle_db" id="0"
maxfalsestarts="0" maxrestarts="0" name="database"
userscript="/etc/init.d/script_db.sh">
<service_ipaddresses>
<service_ipaddress broadcast="None" id="0"
ipaddress="20.1.2.35" monitor_link="1" netmask="255.255.0.0"/>
&l...
2008 Nov 23
1
Cluster fail over database getting stopped
...;cluster1" watchdog="yes"/>
<member id="1" name="cluster2" watchdog="yes"/>
</members>
<services>
<service checkinterval="10" failoverdomain="oracle_db" id="0"
maxfalsestarts="0" maxrestarts="0" name="database"
userscript="/etc/init.d/script_db.sh">
<service_ipaddresses>
<service_ipaddress broadcast="None" id="0"
ipaddress="20.2.135.35" monitor_link="1" netmask="255.255.0.0"/>...
2018 Mar 27
2
Nut-upsuser Digest, Vol 153, Issue 13
maybe i have solved this issue, i unplugged APC BackUPS from USB 2.0 and
PLUGGED INTO USB 3.0 and now it works prefectly at first time without any
side effects,
strange, this shoud be working since USB 1.0
so ups driver is configured OK, this config works ok for backups, this looks
like there is no problem with detection of UPS but with
USB driver or something around so simply if somebody has