search for: calculcate

Displaying 5 results from an estimated 5 matches for "calculcate".

Did you mean: calculate
2007 Aug 14
1
Can I calculcate the percentage of a gamma function area below a cutoff value?
Hi there, I have some bird flight height data that follows a gamma distribution. The data (x) goes from 0 to 700 meters (n=1055). The calculated parameters calculated from the fitdistr(x) are (shape = 5.1379, rate = 0.017541), and therefore the scale (1/rate) = 57.00929. I would like to calculate the percentage of the function area that occurs below 50 meters (0-50m). Is that
2018 Sep 26
2
Liveness Analysis
...ill either need to regenerate kill flags after regalloc, or // preferably fix the scavenger to not depend on them). When looking in TwoAddressInstructionPass.cpp it looks like the pass only use/update LV when there is no LIS. And there seems to be an experimental -early-live-intervals option to calculcate LIS before TwoAddressInstructionPass. I also noticed that the -early-live-intervals option was added back in 2012. So I assume that the plans to replace LiveVariables by LiveIntervals in TwoAddressInstructionPass got some history. Has there been any evaluation (lately) from using -early-live-inte...
2013 Jan 14
1
Tukey HSD plot with lines indicating (non-)significance
...the compact letter display (CLD) of the multcomp package. # This shows boxplots (but it is easy to overlay the actual # observations, using the points() function) and uses letters # to indicate non-significance. # # (Note that (if I have understood everything correctly) this # doesn't actually calculcate Tukey HSD values (the "Tukey" # in the glht() call only selects Tukey *contrasts*), but # the results should be *very* similar.) library(multcomp) l.glht=glht(l, linfct = mcp(trt = "Tukey")) summary(l.glht) l.cld=cld(l.glht) old.par <- par( mai=c(1,1,2,1)) plot(l.cld) par(old...
2009 Oct 30
1
Applying a function on n nearest neighbours
I'm having a problem where I have to apply a function to a subset of a variable, where the subset is defined by the n nearest neighbours of a second variable. Here's an example applied to the 'iris' dataset: $ head(iris) Sepal.Length Sepal.Width Petal.Length Petal.Width Species 1 5.1 3.5 1.4 0.2 setosa 2 4.9 3.0 1.4
2018 Sep 20
2
Liveness Analysis
Where is the liveness analysis pass? I have been looking for days but cannot find anything. I just want to know transfer variables in and out of basic blocks, that are calculated using simple data flow equations. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180920/529bce15/attachment.html>