Displaying 4 results from an estimated 4 matches for "ldist".
Did you mean:
ldisc
2001 Nov 01
3
ext3 partition still gets mounted as ext2 for me too!
.../mounts
/dev/root / ext2 rw 0 0
proc /proc proc rw 0 0
devpts /dev/pts devpts rw 0 0
/dev/hda1 /boot ext3 rw 0 0
/dev/hdb1 /data ext3 rw 0 0
shmfs /dev/shm shm rw 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
cuda:/lmaster/home /master nfs
rw,v3,rsize=8192,wsize=8192,soft,udp,lock,addr=cuda 0 0
mako:/ldist /ldist nfs
rw,v3,rsize=32768,wsize=32768,soft,udp,lock,addr=mako 0 0mako:/software
/software nfs rw,v3,rsize=32768,wsize=32768,soft,udp,lock,addr=mako 0 0
The output of /proc/filesystems is like this:
nodev bdev
nodev proc
nodev sockfs
nodev tmpfs
nodev shm
nodev pipefs
ext2...
2009 Sep 25
0
Error with Mixdist in R
...ble("Workbook1.txt",,sep ="\t")
> plot(super)
> fitmixdata <-as.mixdata(super)
> plot(fitmixdata)
> plotfit1<-mix(super,mixparam(c(-75,-67,-38),10),"norm",mixconstr(consigma="NONE"))
Error in nlm(mixlike, lmixdat = mixdat, lmixpar = fitpar, ldist = dist, :
missing value in parameter
I get this error.
Awaiting a reply soon.
Thanking you,
Regards,
Suchit Shah
BOSTON
Try the new Yahoo! India Homepage. Click here. http://in.yahoo.com/trynew
-------------- next part --------------
An embedded and charset-unspecified text was...
2012 Nov 20
0
double gaussian with mixdist: what's wrong?
....df <- data.frame(time=time, counts=counts)
? data.mix <- as.mixdata(data.df)
? plot(data.mix)
? startparam <- mixparam(c(699,707),1
? data.fit <-?mix(data.mix, startparam, "norm")
--- end code ---
This results in:
? Error in nlm(mixlike, lmixdat = mixdat, lmixpar = fitpar, ldist = dist, ?:?
? ? missing value in parameter
I have used this fit method successfully with other data sets. Why does it not work here?
Best regards
Joseph
2014 Jan 03
0
Wine release 1.7.10
...qcap: Added AVI compressor Start and Stop implementations.
msrle32: Use the same default quality as native.
msrle32: Get rid of ICM_GETQUALITY and ICM_SET_QUALITY that should not be supported.
msrle32: Append EOI instead of replacing EOL.
msrle32: Get rid of no longer needed lDist argument in MSRLE32_CompressRLE8Line.
msrle32: Properly set compression output flags.
qcap: Added AVICompressorIn_Receive implementation.
Ken Thomases (11):
winemac: Don't check the state of the SC_MINIMIZE item of the window menu when asked to minimize.
winemac: Extrac...