search for: rtri

Displaying 4 results from an estimated 4 matches for "rtri".

Did you mean: rtr
2012 Jan 19
0
Global sensitivity indices using sensitivity package: sobol, sobol2002
...inning from one angle to another. Even the decoupled approach still gives errors. These may be likely due to misunderstanding of the indices or the application of the approach to dynamic models. Here is an example: rm(list=ls())#clears objects ##Triangular distribution used for generating samples rtri <- function(n=1,min=0,max=1,ml=0.5) { if((ml<min)||(ml>max)) { stop("ml outside of range [min max]") } u <- runif(n) mode <- (ml-min)/(max-min) # "mode" defined in range [0 1] (rescaling will be done last) s1 <- which(u<=mode) s2 <- whi...
2002 Dec 09
0
triangular PDF
Howdy, I couldn't find any way to generate deviates from a triangular PDF in R, so here's a function to do so. -Andy rtri <- function(n=1,min=0,max=1,ml=0.5) { # Return independent random deviates from a # triangular distribution. # n is number of deviates requested # min, max are lower and upper limits of r.v. range # ml is the most-likely value # if ml = (min+max)/2, pdf is symmetric # if ml=mi...
2011 May 16
1
bond empty after reboot
Hi all, I've setup a ethernet bond on my centos 5.6 server , when i do a reboot the bond does come up but cleared all the slaves and i've to manually re-add them with ifenslave. does anyone know a solution to this? am i missing something? offcourse i can add it to my rc.local but there must be a more elegant way. please see my configs below Thanks, Wessel ifcfg-bond0: DEVICE=bond0
2014 Jan 07
0
Can we trust RedHat encryption tools?
On Mon, January 6, 2014 16:51, m.roth at 5-cent.us wrote: > > Looks like it's rtrying to install it, not just build it. In the first > example, you're trying to replace the existing /usr/bin/strip, which only > root can do. Are you doing make, or make install? > I started out by using the openssl.spec file for openssl-1.0.1f directly from openssl.org. The contents of that