Displaying 5 results from an estimated 5 matches for "yii".
Did you mean:
mii
2012 Nov 19
5
help on matrix column removal based on another matrix results
...g the code (I had asked for
assistance on subtracting arrays)
This is what I what I am running in R:
> source("/home/ie/Documents/TTU/GA_Research/GLUE/R-Project/R_GLUE_Example/NSEr.R")
NSEr <- function (obs, sim)
{
{jjh <- (as.vector(obs) - sim)^2
Xjjhs <- apply(Xjjh, 2, sum)
Yii <- (obs - mean(obs))^2
Yiis <- apply(Yii, 2, sum)
NSEr <- 1 - (Xjjhs/Yiis)
}
NSEr}
> Vsim <- read.csv("1000Samples_Vsim.csv", header = TRUE, sep =",")
> Vsim <- as.matrix(Vsim[,-1]) # remove column 1 from analysis
> Vobs <- read.csv("Observed_Flo...
2008 Jul 09
1
Help with installing add-on packages
...d uninitialized in this function
gfortran -m32 -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c idgrid.f -o idgrid.o
In file idgrid.f:90
IF (SIDE(X1,Y1,X2,Y2,XII,YII)) 130, 40, 50
1
Warning: Obsolete: arithmetic IF statement at (1)
In file idgrid.f:92
50 IF (SIDE(X2,Y2,X3,Y3,XII,YII)) 130, 60, 70...
2008 Sep 18
2
Problem installing packages in newer versions of R
...d uninitialized in this function
gfortran -m32 -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c idgrid.f -o idgrid.o
In file idgrid.f:90
IF (SIDE(X1,Y1,X2,Y2,XII,YII)) 130, 40, 50
1
Warning: Obsolete: arithmetic IF statement at (1)
In file idgrid.f:92
50 IF (SIDE(X2,Y2,X3,Y3,XII,YII)) 130, 60, 70
1
Warning: Obs...
2006 Feb 01
1
akima 0.4-5, interpp() bug = COMMON block problem
...===========================================================
RCS file: /home/cvs/math/stat/R/akima/src/idlctn.f,v
retrieving revision 1.2
diff -u -r1.2 idlctn.f
--- idlctn.f 19 Aug 1998 21:54:17 -0000 1.2
+++ idlctn.f 1 Feb 2006 10:28:53 -0000
@@ -49,7 +49,7 @@
X0 = XII
Y0 = YII
C PROCESSING FOR A NEW SET OF DATA POINTS
- IF (NIT.NE.0) GO TO 80
+C IF (NIT.NE.0) GO TO 80
NIT = 1
C - DIVIDES THE X-Y PLANE INTO NINE RECTANGULAR SECTIONS.
XMN = XD(1)
I guess, using COMMON blocks is generally a bad idea when using Fortran
code within R? Shall I leave...
2020 Jun 12
0
[Bug 1988] ControlPersist causes stderr to be left open until the master connection times out
...----------------------------------------------------
CC| |18381302081 at 163.com
--- Comment #19 from huming <18381302081 at 163.com> ---
Created attachment 3409
--> https://bugzilla.mindrot.org/attachment.cgi?id=3409&action=edit
??????????yii asset????
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.