Displaying 3 results from an estimated 3 matches for "fsum".
Did you mean:
csum
2005 Dec 19
0
new(er) SEC driver.
...- SEC_OUTPUT_SOURCE is "Reducing"
* BOOST - UPS is boosting - SEC_OUTPUT_SOURCE is "Boosting"
*
* FSD - UPS is shutdown - SEC_ALARM_SYSTEM_OFF is "System off"
*/
static void
sec_update_pseudovars( void )
{
const char *v, *s;
int n;
float fsum;
s = 0;
if (sec_support(SEC_ALARM_OUTPUTOFF)) {
v = sec_value(SEC_ALARM_OUTPUTOFF);
if (strcmp("Output off", v) == 0)
s = "OFF";
}
if (sec_support(SEC_OUTPUT_SOURCE)) {
v = sec_value(SEC_OUTPUT_SOURCE);
/* enum value */
if (strcmp("0", v...
2019 Oct 02
2
vectorize.enable
Hi Michael and Florian,
( + llvm-dev for visibility)
I would like to quickly follow up on "Pragma vectorize_width() implies vectorize(enable)",
which got reverted with commit 858a1ae for 2 reasons, see also that revert commit message. Ignore the assert, that's been fixed now.
The other thing is that with the patch behaviour is slightly changed and we could get a diagnostic we
2011 Apr 08
1
Variance of random effects: survreg()
I have the following questions about the variance of the random effects in the survreg() function in the survival package:
1) How can I extract the variance of the random effects after fitting a model?
For example:
set.seed(1007)
x <- runif(100)
m <- rnorm(10, mean = 1, sd =2)
mu <- rep(m, rep(10,10))
test1 <- data.frame(Time = qsurvreg(x, mean = mu, scale= 0.5, distribution =