search for: b60

Displaying 9 results from an estimated 9 matches for "b60".

Did you mean: 60
2002 Mar 27
2
Error with nls
...be fitted. The remaining parameters are unknown and should follow from the fit. assuming that g(t) has the functional form: b4i + (b40-b4i)*exp(-k4*t) (after calculations of 2 papers of A4) follows the solution: L5L6 <- function(b40, b4i, k4, t, p50, p56, p60, p65, pc, ph, pd, pb50, pb60) { k50 <- exp(p50) k56 <- exp(p56) k60 <- exp(p60) k65 <- exp(p65) c <- exp(pc) h <- exp(ph) d <- exp(pd) b50 <- exp(pb50) b60 <- exp(pb60) a <- (k50+k56) b <- k65 e <- k56 f <- (k60+k65) z1 <- (-(a+f)/2 - sqrt((a+f)^2/4...
2008 Feb 26
2
Combining series of variables using identifier
R users, I have df like this a <- data.frame( indx = 1:20, var1 = rep(c("I20", "I40", "A50", "B60"), each=5), var1_lab= rep(c("cat", "dog", "mouse", "horse"), each=5), var2 = rep(c("B20", "X40", "D50", "G60"), each=5), var2_lab= rep(c("car&quot...
2008 Feb 29
1
How to export tables in list separately using write.table or sink?
...f tables and export these tables separately using write.table or sink function. write.table writes tables out as DF:s, should I use sink instead? Here is my example: a <- data.frame( indx = 1:20, var1 = rep(c("I20", "I40", "A50", "B60"), each=5), var1_lab= rep(c("cat", "dog", "mouse", "horse"), each=5), var2 = rep(c("B20", "X40", "D50", "G60"), each=5), var2_lab= rep(c("car&quot...
2010 Mar 18
2
aumentar tamaño de memoria a mas de 4Gb‏
...# Part 1: calibration library(e1071) #calibration step calibrate<-read.table("calibration.txt", header=TRUE) calibrate$calibration<-as.factor(calibrate$calibration) calibrate.rf<-svm(calibration~B1+B14+B15+B16+B17+B18+B19+B20+B21+B24+B25+B26+B51+B52+B53+B54+B55+B56+B57+B58+B59+B60+B61+B62, data=calibrate, cost=6.8, gamma=0.08) #################################################################################################################### #################################################################################################################### # Part 2: Automat...
2009 Feb 23
1
Asterisk/Skype update
Asterisk/Skype update available here - http://blogs.digium.com/2009/02/23/skype-for-asterisk-update/ .... It's definitely an update that updates absolutely nothing :-), more news at 11 :P Cheers, Dean -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Apr 22
7
Multiple lon lat points in the map with ggplot2
Hello R users, For the last few days I am struggling with the following task: my data.frame: A1 A2 A3 B1 B2 B3 58.81 53.292 54.501 13.013 17.39 19.407 56.02 56.251 54.033 20.099 13.15 10.411 55.376 53.099 57.625 13.396 21.031 13.22 58.584 53.194 54.218 13.038 16.854 19.289 55.7 55.921 53.847 19.942 13.153 9.828 55.093 52.934
2000 Aug 16
1
samba errormessages
..... [B20] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [B30] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [B40] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [B50] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [B60] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [B70] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [B80] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [B90] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [BA0] 00...
2002 Sep 05
0
Printing to a windows printer (ERRSRV 22)
..... [B20] CD 00 03 03 FE 00 00 C1 57 00 F8 6D C1 01 00 F8 ........ W..m.... [B30] 63 C0 01 F8 65 B1 FB 0E 01 FF 80 82 00 82 00 CD c...e... ........ [B40] 00 03 03 FE 00 00 C1 58 00 F8 6D C1 01 00 F8 63 .......X ..m....c [B50] C0 01 F8 65 B1 FB 2C 01 FF 80 B3 00 01 00 7F FB ...e..,. ........ [B60] FF F5 00 02 1F FF FF D8 00 F9 FF 02 FF FF F8 E4 ........ ........ [B70] 00 03 00 00 00 03 FD FF 02 FF FF F8 90 00 03 03 ........ ........ [B80] FE 00 00 C1 59 00 F8 6D C1 01 00 F8 63 C0 01 F8 ....Y..m ....c... [B90] 65 B1 FB 2F 01 FF 80 B3 00 01 00 7F FB FF 00 F8 e../.... ........ [BA0] F6...
2007 May 14
37
Lots of overhead with ZFS - what am I doing wrong?
I was trying to simply test bandwidth that Solaris/ZFS (Nevada b63) can deliver from a drive, and doing this: dd if=(raw disk) of=/dev/null gives me around 80MB/s, while dd if=(file on ZFS) of=/dev/null gives me only 35MB/s!?. I am getting basically the same result whether it is single zfs drive, mirror or a stripe (I am testing with two Seagate 7200.10 320G drives hanging off the same interface