Displaying 2 results from an estimated 2 matches for "loww".
Did you mean:
low
2010 Jan 02
2
ifelse and piecewise function
...ng message:
# "In if (is.finite(lower)) { :the condition has length > 1 and only the
first element
# will be used"
# And, in fact, correct multiple values are not returned.
########################################################
ASEPF<- function(y, theta, sigma, alpha, kappa){
loww<-((theta - y)/(sigma* kappa))^alpha
upp<- (kappa *(y - theta)/sigma)^alpha
k<- 1/(1 + kappa^2)
a<- 1/alpha
integrand<- function(y){y^(a-1)* exp(-y)/gamma(1/alpha)}
GL<- integrate(integrand, lower = loww, upper= Inf)$value
GU<- integrate(integrand, lower = upp, upper= Inf...
2005 Nov 18
1
8.4kbps data rate in 8kbps nb mode
> As I can't compile for dos/windows I was relying on the 1.1.6 binaries from
> the download area.
If you don't feel like recompiling, just discard the last byte and don't
rely on the terminator.
> Just to let you know, I've been working on a port for the eCOG
> microcontroller (www.cyantechnology.com).
Cool.
> I managed to get a decoder-only build by adding a