Displaying 5 results from an estimated 5 matches for "0.2259".
Did you mean:
0.225
2003 Apr 03
2
Matrix eigenvectors in R and MatLab
Dear R-listers
Is there anyone who knows why I get different eigenvectors when I run
MatLab and R? I run both programs in Windows Me. Can I make R to produce
the same vectors as MatLab?
#R Matrix
PA9900<-c(11/24 ,10/53 ,0/1 ,0/1 ,29/43 ,1/24 ,27/53 ,0/1 ,0/1 ,13/43
,14/24 ,178/53 ,146/244 ,17/23 ,15/43 ,2/24 ,4/53 ,0/1 ,2/23 ,2/43 ,4/24
,58/53 ,26/244 ,0/1 ,5/43)
#R-syntax
2018 Sep 12
2
How to make LLVM go faster?
Thanks, that was a really helpful suggestion. If you're curious- here are
some of the high cost areas:
===-------------------------------------------------------------------------===
DWARF Emission
===-------------------------------------------------------------------------===
Total Execution Time: 2.0117 seconds (2.0185 wall clock)
---User Time---
2005 Feb 11
0
time series questions (corrected)?
## The following corrects what I believe to have been an error in my
previous post:
####
Two time series questions:
I. FITTING TRANSFER FUNCTIONS WITH LAGS: Consider the following toy
example:
> dates <- paste(11:21, "/01/2005", sep="")
> Dates <- as.Date(dates, "%d/%m/%Y")
> set.seed(1)
> DF <- data.frame(date=Dates, y=rnorm(11),
2007 Mar 07
0
Two-way Unbalanced multiple sample ANOVA
Hello all,
I was wondering if anyone could help me formulate a Two-way ANOVA for
unbalanced multiple sample data?
We have a new study method aimed to help students to study for tests
using computers. (I am a computer scientists, hence my
soon-to-be-apparent lack of statistical knowledge).
To test this study method we devised a user study where 30 participant
attended 2 lectures, lecture1
2018 Sep 12
2
How to make LLVM go faster?
Here is some timing information from running the Zig standard library tests:
$ ./zig test ../std/index.zig --enable-timing-info
Name Start End Duration Percent
Initialize 0.0000 0.0010 0.0010 0.0001
Semantic Analysis 0.0010 0.9968 0.9958 0.1192
Code Generation 0.9968 1.4000 0.4032