Displaying 1 result from an estimated 1 matches for "330497".
Did you mean:
130497
2011 Sep 09
3
Reliability metric
Hi,
Below is the code I write,
I am trying to create a metric of h and t while the values is out of function R.
First I have message warning
Second, the metric is not created
> h <- seq(0.1, 0.9, by=0.1)
> t <- seq(0,11000, by=100)
> z <- cbind(t)
> eta=10000
> beta=2
> R <- array (1:1100, dim= c(110,10))
> R= exp(-(z/eta*(1-h))^(beta*(1-h)))
Warning messages:
1: