Displaying 18 results from an estimated 18 matches for "n50".
Did you mean:
50
2007 Jul 04
1
Long-tail model in R ... anyone?
...ment some stuff related with the Long-Tail model [1].
I did some tests with the data in table 1 (from [1]), and plotted figure 2
(from [1]). (See R code and CSV file at the end of the email)
Now, I'm stuck in the nonlinear regression model of F(x). I got a nice error:
"
Error in nls(~F(r, N50, beta, alfa), data = dataset, start = list(N50 =
N50, : singular gradient
"
And, yes, I've been looking for how to solve this (via this mailing list +
some google), and I could not come across to a proper solution. That's why
I am asking the experts to help me! :-)
So, any help woul...
2012 Mar 07
3
GPS handling libraries or (String manipulation)
Dear all,
I would like to ask you if R has a library that can work with different GPS formats
For example
I have a string of this format
N50° 47.513 E006° 03.985
and I would like to convert to GPS decimal format.
that means for example converting the part N50° 47.513
to 50 + 47/60 + 513/3600.
Is it possible to do that with R?
What is the name of such a library?
I would like to thank you in advance for your help
B.R
Alex
[[alternat...
2017 Jul 06
0
Bayes Factor
...tition$clpping=="r10",2],
competition[competition$clipping=="control",2]))
# competitionare 'n10' vs. 'control'
plot(BESTmcmc(competition[competition$clipping=="n10",2],
competition[competition$clipping=="control",2]))
# competitionare 'n50' vs. 'control'
plot(BESTmcmc(competition[competition$clipping=="n50",2],
competition[competition$clipping=="control",2]))
-------------- next part --------------
clipping biomass
n25 551
n25 457
n25 450
n25 731
n25 499
n25 632
n50 595
n50 580
n50 508
n50 583
n50 633...
2008 Nov 25
2
calculating an N50
...t of integers of different values how do I calculate the
minimum number of the largest of integers that are required, when
summed, to equal 50% of the total sum of the the set?
For example,
> length(myTable$lgth)
[1] 303403
> sum(myTable$lgth)
[1] 4735396
I know through brute force that the N50 of the following set is 42 but
I don't know how to solve this without iteration
> sum(myTable$lgth[which(myTable$lgth>=42)])
[1] 2374260
2012 Feb 03
1
ordering of factor levels in regression changes result
...tp://www.bio.ic.ac.uk/research/mjcraw/therbook/data/competition.txt
In R
> comp<-read.table("C:\\Temp\\competition.txt", header=T)
> attach(comp)
Data has dependent variable 'biomass' and different types of 'clipping' that were done:
Control (none), n25, n50, r10, r5:
> summary(comp)
biomass clipping
Min. :415.0 control:6
1st Qu.:508.8 n25 :6
Median :568.0 n50 :6
Mean :561.8 r10 :6
3rd Qu.:631.8 r5 :6
Max. :731.0
List mean Biomass of each type of Clippin...
2012 Feb 10
1
making multiple lines using qqplot
...three.
My script currently looks like:
qqplot(nq.n5,tq.n5,col="red",xlab="Normal Distribution Quantiles",ylab="t
Distribution Quantiles",main="Quantile-Quantile Plot of Normal vs
t-Distribution for Various Sample Sizes",pch=20)
par(new=TRUE)
qqplot(nq.n50,tq.n50,col="blue",xlab="",ylab="",pch=20).
par(new=TRUE)
qqplot(nq.n500,tq.n500,col="green",xlab="",ylab="",pch=20)
legend("topleft",c("n=5","n=50","n=500"),fill=c("red","blue&quo...
2016 Nov 02
1
Power Cut
...nd let me know
> if there is any log on my centos server that I can check to see if there
> would be many frequent power cut there ?
> Thank you for your time
I have been experiencing a similar situation with a remote server, and
found it much easier to use the command:
last -x | tail -n50
to see reboots. You can tell a power cut because the end time for the
previous boot up will be the same as the begin time for the next boot. If
it is an orderly shutdown, there will be a time gap that is logged. As I
understand it, the 'last' command uses the data stored in /var/log/wtmp...
2008 Feb 12
0
Lustre-discuss Digest, Vol 25, Issue 17
...tre Discuss <lustre-discuss at lists.lustre.org>
Message-ID: <20080211211145.GJ3029 at webber.adilger.int>
Content-Type: text/plain; charset=us-ascii
On Feb 11, 2008 17:04 +0100, Per Lundqvist wrote:
> I got this error today when testing a newly set up 1.6 filesystem:
>
> n50 1% cd /mnt/test
> n50 2% ls
> ls: reading directory .: Identifier removed
>
> n50 3% ls -alrt
> total 8
> ?--------- ? ? ? ? ? dir1
> ?--------- ? ? ? ? ? dir2
> drwxr-xr-x 4 root root 4096 Feb 8 15:46 ../...
2016 Nov 02
0
Power Cut
...nd let me know
> if there is any log on my centos server that I can check to see if there
> would be many frequent power cut there ?
> Thank you for your time
I have been experiencing a similar situation with a remote server, and
found it much easier to use the command:
last -x | tail -n50
to see reboots. You can tell a power cut because the end time for the
previous boot up will be the same as the begin time for the next boot. If
it is an orderly shutdown, there will be a time gap that is logged. As I
understand it, the 'last' command uses the data stored in /var/log/wtmp...
2009 Mar 16
0
[Bridge] STP FD when STP is disabled
...00.00065b8bce3e message age timer 0.00
designated port 8001 forward delay timer 0.00
designated cost 0 hold timer 0.09
flags
!! when i restart networking:
[root at vlan-fw-02 ~]# tail /var/log/messages -n50 | grep 690
Mar 16 08:01:33 vlan-fw-02 kernel: br0.690: port 2(eth1.690) entering disabled state
Mar 16 08:01:33 vlan-fw-02 kernel: br0.690: port 1(eth0.690) entering disabled state
Mar 16 08:01:33 vlan-fw-02 kernel: device eth0.690 left promiscuous mode
Mar 16 08:01:33 vlan-fw-02 kernel: br0.690: p...
2016 Oct 30
7
Power Cut
Dear All
I am using a centos server for cdr billing and mediation device on a remote
network. I am experiencing problem that I am suspicious it comes from main
supply power cut at the remote site. The power supply to the remote site
comes from battery charger that will be automatically switched in circuit
under main supply power cut but cannot provide adequate power for more than
2 hours . I am
2002 Apr 04
1
Performance ext3/hardware raid
...ave any knowledge about their
drawbacks.
Kernel is 2.4.19-pre5-ac1, noticed no big differences to plain 2.4.18.
I used settings which would reflect an average mailservers usage (using
maildir format of course): 51200 files, ranging from 100 byte to ~10kbyte
distributed over 1000 directories (-s0 -n50:10000:100:1000).
Here are the bonnie++ results i got:
ext2:
Version 1.02a ------Sequential Create------ --------Random Create--------
testMX -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files:max:min /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec...
2011 Feb 04
1
3.1.2 Debian - client_rpc_notify "failed to get the port number for remote subvolume"
I have glusterfs 3.1.2 running on Debian, I'm able to start the volume
and now mount it via mount -t gluster and I can see everything. I am
still seeing the following error in /var/log/glusterfs/nfs.log
[2011-02-04 13:09:16.404851] E
[client-handshake.c:1079:client_query_portmap_cbk]
bhl-volume-client-98: failed to get the port number for remote
subvolume
[2011-02-04 13:09:16.404909] I
2011 Sep 09
1
1 TByte (99,5%) data missing on rsync backup???
...- /home/otr-files/*/**
#- /var/backups/mysqldump/**
- /var/lib/mysql/**
- /var/www/otrkey/**
# Do not backup content of relative directory paths
+ log/**/
- log/**
- run/**
- tmp/**
# Do not backup files
- *.otrkey
------------------------------- snap ----------------------------------
tail -n50 /var/log/rsync.log:
------------------------------- snip ----------------------------------
2011/09/09 03:36:12 [5910] cd+++++++++
home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gcj/
2011/09/09 03:36:12 [5910] >f+++++++++
home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gcj/...
2002 Apr 02
2
Trouble with R and cronjobs
...0DUVPHOTO.MACHINEPD.1))
+
png(file=paste("/u1yedh2/dstierma/probe/corr/Y16A_",cnames[i],".png",sep="")
, width=800, height=400, bg="white")
+ par(las=c(2))
+ par(oma=c(4,4,.2,.2))
+ plot(data[[cnames[i]]] ~ data$X3010.50DUVPHOTO.DATE.0,xlab="\n50
DUV
Date",ylab=cnames[i],col=palette()[(as.numeric(factor(data$X3010.50DUVPHOTO.
MACHINEPD.1))%%6)+1],pch=((as.numeric(factor(data$X3010.50DUVPHOTO.MACHINEPD
.1))%%17)+1))
+ par(las=c(1))
+ title("Y16A DUV vs SCAT")
+
mtext(cnames[i],side=3,line=0,outer=TRUE,at=NA,adj=NA,cex=...
2014 Nov 24
6
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
The build would be failed and exit if build-gnu-efi.sh is failed, so
we'd better not suppress the output of build-gnu-efi.sh, which is good
for debugging.
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
efi/check-gnu-efi.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/efi/check-gnu-efi.sh b/efi/check-gnu-efi.sh
index 85305f8..7d99e9a 100755
---
2002 Jun 29
0
电脑配件惊爆抢购价 samba
...±È¶È:330:1 900
240T/ 24.06"\Òº¾§°åµã¾à:0.270mm\ÁÁ¶È:230cd/m2\¶Ô±È¶È:500:1 19000
151B/15"\Òº¾§°åµã¾à:0.297mm\ÁÁ¶È:250cd/m2\¶Ô±È¶È:330:1 1000
SONY
SMD-M51/15.1"\Òº¾§°åµã¾à:0.3mm\ÁÁ¶È:200 cd/m2\¶Ô±È¶È:300:1 980
SMD-M81/18.1"\Òº¾§°åµã¾à:0.3mm\ÁÁ¶È:200 cd/m2\¶Ô±È¶È:300:1 3200
SDM-N50/15"\Òº¾§°åµã¾à:0.297mm\ÁÁ¶È:200cd/m2\¶Ô±È¶È:300:1 3000
F:¹âÇý
BenQ Ã÷»ù 650A/652P/656A--120/150/162Ôª
΢ÐÇ 52X/16X DVD--150/220Ôª
Aopen 50X/52X--130/140Ôª
ÏÈ·æ 116/106S/ÃÀ´ï12X DVD--270/350/200Ôª
̨µç12X DVD/16X DVD /¹Ú¾ü°æ--180/230/220Ôª
G:ÏÔ¿¨
Ì«Ñô»¨»ÃÓ°8800/S8000PRO--450/400Ôª
Ì«Ñô»¨»ÃÓ° S...
2002 Jul 23
0
电脑配件惊爆价 samba
...900
240T/ 24.06"\Òº¾§°åµã¾à:0.270mm\ÁÁ¶È:230cd/m2\¶Ô±È¶È:500:1 19000
151B/15"\Òº¾§°åµã¾à:0.297mm\ÁÁ¶È:250cd/m2\¶Ô±È¶È:330:1 1000
SONY
SMD-M51/15.1"\Òº¾§°åµã¾à:0.3mm\ÁÁ¶È:200 cd/m2\¶Ô±È¶È:300:1 980
SMD-M81/18.1"\Òº¾§°åµã¾à:0.3mm\ÁÁ¶È:200 cd/m2\¶Ô±È¶È:300:1 3200
SDM-N50/15"\Òº¾§°åµã¾à:0.297mm\ÁÁ¶È:200cd/m2\¶Ô±È¶È:300:1 3000
F:¹âÇý
BenQ Ã÷»ù 650A/652P/656A--120/150/162Ôª
΢ÐÇ 52X/16X DVD--150/220Ôª
Aopen 50X/52X--130/140Ôª
ÏÈ·æ 116/106S/ÃÀ´ï12X DVD--270/350/200Ôª
̨µç12X DVD/16X DVD /¹Ú¾ü°æ--180/230/220Ôª
G:ÏÔ¿¨
Ì«Ñô»¨»ÃÓ°8800/S8000PRO--480/420Ôª
Ì«Ñô»¨»ÃÓ° S...