search for: nrm

Displaying 20 results from an estimated 27 matches for "nrm".

Did you mean: nr
2005 Oct 12
1
Using matprod from array.c
...x, &nrx, y, &nry, &zero, z, &nrx); } else /* zero-extent operations should return zeroes */ for(i = 0; i < nrx*ncy; i++) z[i] = 0; } /* test function: matrix multiplication of nr by nc matrix with nc-vector */ SEXP my_matprod(SEXP M, SEXP v, SEXP nr, SEXP nc) { R_len_t nrm = INTEGER(nr)[0], ncm = INTEGER(nc)[0]; SEXP ans; PROTECT(ans = allocMatrix(REALSXP, nrm, 1)); matprod(REAL(M), nrm, ncm, REAL(v), ncm, 1, REAL(ans)); UNPROTECT(1); return(ans); } When I try to make the DLL I get the following D:\C_routines>RCMD SHLIB my_matprod.c making my_matpro...
2009 Feb 26
0
kmeans: invalid length argument
Dear R Experts, I am running a cluter analysis using kmeans and have come across an error to which I am unable to find a solution. First, let me describe the problem: THE R CODE IS: -------------------------------------- # NRM is a 100 x 100 numerical matrix infile = 't:\\NRM\\NRM' groups = 7 outfile = 't:\\NRM\\cluster.groups' print( paste(infile, groups, outfile, sep=' ')) pairs <- read.table(file=infile, header=TRUE, sep='') names(pairs) <- row.names(pairs) dist.pairs <- di...
2010 May 19
1
Multiple language output - Correct in RGui, wrong in .txt after sink()
...quot;????","????","????") > RM_JP <- c("?????????","??????? ???","??????? ??????") > RM_KR <- c("??? ??","??? ?","??? ????") > > RMLANG <- data.frame(RM_EN,RM_DE,RM_RU,RM_CN,RM_JP,RM_KR) > nrm <- NROW(RMLANG) > > for(i in 1:nrm) + { + cat(format("English", width = 12, justify = c("left")), as.character(RMLANG$RM_EN[i]),"\n",sep="") + cat(format("Deutsch", width = 12, justify = c("left")), as.character(RMLANG$RM...
2013 Mar 05
1
memory leak in 3.3.1 rebalance?
...28ff-429b-b702-0a04e25565f8.sock --pid-file /var/lib/glusterd/vols/bigdata/rebalance/5c338e03-28ff-429b-b702-0a04e25565f8.pid -l /var/log/glusterfs/bigdata-rebalance.log I am seeing a lot of: [2013-03-05 10:59:51.170051] I [dht-rebalance.c:647:dht_migrate_file] 0-bigdata-dht: /a/c/lu/lu-nod/_4.nrm: attempting to move from bigdata-replicate-23 to bigdata-replicate-17 [2013-03-05 10:59:51.296487] W [dht-rebalance.c:361:__dht_check_free_space] 0-bigdata-dht: data movement attempted from node (bigdata-replicate-23) with higher disk space to a node (bigdata-replicate-17) with lesser disk spac...
2006 Nov 13
1
Nominal Respose Model in R
Hi: I have been working in Item Response Theory, exactly, with Nominal Response Model (NRM). Exist in R a function for estimate parameter and ability from database for this Model?. Thank you, Xavier G. Ordóñez [[alternative HTML version deleted]]
2012 Oct 12
1
ks.test not working?
...ale) ks.boot(data,(distribution parameters?),alternative="pgev",nboots=1000) Any advice? Apologies in advance if I have used the wrong email address. Regards, Louise Wilson Louise Wilson Climate Projections Project Officer CSIRO Climate Adaptation Flagship National Resource Management (NRM) Pacific-Australia Climate Change Science and Adaptation Planning Program (PACCSAP) CSIRO Marine and Atmospheric Research Private Bag 1 (107-121 Station St) Aspendale, Victoria 3195 P: +61 3 9239 4619 | F: +61 3 9239 4444 | E: louise.wilson@csiro.au<mailto:louise.wilson@csiro.au> [[altern...
2015 Mar 04
3
supermin on arm
...nf > > /etc/yum.conf.new\nmv /etc/yum.conf.new /etc/yum.conf\n\necho > > "Import RPM GPG key"\nreleasever=$(rpm -q --qf \'%{version}\\n\' > > fedora-release)\nbasearch=$(uname -i)\nrpm > > --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch\n\nrm > > -f /usr/lib/locale/locale-archive\n\n#Setup locale > > properly\nlocaledef -v -c -i en_US -f UTF-8 en_US.UTF-8\n\nrm > > -rf /var/cache/yum/*\nrm -f /tmp/ks-script*\n\n#Make it easier for > > systemd to run in Docker > > container\ncp /usr/lib/systemd/system/dbus.s...
2006 Dec 20
4
R windows crash (PR#9426)
Full_Name: Robert Denham Version: R-2.4.1 OS: Windows Xp Submission from: (NULL) (61.88.57.1) R gui exits without warning when I run a function which has an argument with a default that is not found. This was a result of an error in a function I wrote, but I thought that it should exit more gracefully than it does. Here is an example: testfun <- function(aa=aa) { aa <-
2013 Aug 25
2
Backend for Lucene format indexes-How to get doclength
...the > idea http://trac.xapian.org/wiki/ProjectIdeas#BackendforLuceneformatindexes. > until now, fewer features supported, includes: > 1. Single term search. > 2. 'AND' search supported, but performance needed to be optimize. > 3. Multiple segments. > 4. Doc length. Using .nrm instead. > > Additonally: > 1. xxx_lower_bound, xxx_upper_bound, total doc length are not supported. > These datas are not exsits in Lucene backend, I'v used constant to instead, > so the search results may be not good. You should simply not define these methods for your backen...
2019 Jun 21
0
Wine release 4.11
...Do not limit inactive light count in viewport. ddraw: Always activate the light when requested replacing some previous light. ddraw/tests: Test adding a number of lights to viewport in ddraw4. ddraw: Increase maximum active light count. wined3d: Use 3 component norm for 'nrm' opcode in GLSL backend. wined3d: Do not zero 'w' with zero norm for 'nrm' opcode in GLSL backend. d3d9/tests: Add test for 'nrm' opcode. ddraw: Store _TEXTUREMAPBLEND state instead of guessing it from wined3d states. ddraw: Turn off legacy textur...
2012 Oct 12
0
(no subject)
...s.test(data[1,1],pgev,shape[1,1],location[1,1],scale[1,1]) ks.boot(data,(distribution parameters?),alternative=”pgev”,nboots=1000) Any advice? Regards, Louise Wilson -- *Louise Wilson* Climate Projections Project Officer CSIRO Climate Adaptation Flagship National Resource Management (NRM) Pacific-Australia Climate Change Science and Adaptation Planning Program (PACCSAP) CSIRO Marine and Atmospheric Research Private Bag 1 (107-121 Station St) Aspendale, Victoria 3195 P: +61 3 9239 4619 | F: +61 3 9239 4444 | E: louise.wilson@csiro.au [[alternative HTML version deleted]]
2007 Sep 05
0
New R package plink for separate calibration IRT linking
...ed as either an object of class 'irt.pars' with multiple groups, a set of 'irt.pars' objects, or a set of 'sep.pars' objects. Once in this format, response probabilities can be computed using the functions 'drm', 'gpcm', 'grm', 'mcm', or 'nrm' or linking constants can be computed using 'plink'. The functions 'as.irt.pars', 'sep.pars', and 'combine.pars' can be used to create the 'irt.pars' and 'sep.pars' objects. 'summary' can be used to summarize item parameters (including de...
2007 Sep 05
0
New R package plink for separate calibration IRT linking
...ed as either an object of class 'irt.pars' with multiple groups, a set of 'irt.pars' objects, or a set of 'sep.pars' objects. Once in this format, response probabilities can be computed using the functions 'drm', 'gpcm', 'grm', 'mcm', or 'nrm' or linking constants can be computed using 'plink'. The functions 'as.irt.pars', 'sep.pars', and 'combine.pars' can be used to create the 'irt.pars' and 'sep.pars' objects. 'summary' can be used to summarize item parameters (including de...
2009 Apr 20
0
Major revision of plink for separate calibration IRT-based linking
...ed, the function 'plink' is used to estimate the linking constants and rescale item and/or ability parameters. In addition to the estimation of linking constants, response probabilities can be computed using the functions 'drm', 'gpcm', 'grm', 'mcm', or 'nrm' (for both unidimensional and multidimensional models). I am currently working on a step-by-step walk through of the package, but for now the current documentation contains extensive details and examples. The best documentation to start with is help(as.irt.pars) and help(plink). I have gone t...
2009 Apr 20
0
Major revision of plink for separate calibration IRT-based linking
...ed, the function 'plink' is used to estimate the linking constants and rescale item and/or ability parameters. In addition to the estimation of linking constants, response probabilities can be computed using the functions 'drm', 'gpcm', 'grm', 'mcm', or 'nrm' (for both unidimensional and multidimensional models). I am currently working on a step-by-step walk through of the package, but for now the current documentation contains extensive details and examples. The best documentation to start with is help(as.irt.pars) and help(plink). I have gone t...
2016 Dec 13
14
[Bug 99068] New: Screen hangs when running a 3D app. GTX 660
https://bugs.freedesktop.org/show_bug.cgi?id=99068 Bug ID: 99068 Summary: Screen hangs when running a 3D app. GTX 660 Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau
2019 Nov 25
0
Wine release 4.0.3
...3dx9: Use {lock|unlock}_surface() in D3DXLoadSurfaceFromMemory(). d3dx9: Pass rectangle to {lock|unlock}_surface(). wined3d: Apply stencil mask to stencil reference value. ddraw: Fix vertex count in d3d_device3_DrawIndexedPrimitiveVB(). wined3d: Use 3 component norm for 'nrm' opcode in GLSL backend. ddraw: Return DDERR_SURFACELOST from _GetAttachedSurface() if surface is lost. ddraw: Restore complex attached surfaces when restoring surface. ddraw/tests: Test restoring attached surface for ddraw4. ddraw/tests: Test restoring attached surface...
2013 Jul 16
1
Masking oceans using polypath
Hi R-help I am trying to mask the ocean from an image plot I have made. Here is some example code: library(mapdata) image(x=110:155, y =-40:-10, z = outer(1:45, 1:30, "+"), xlab = "lon", ylab = "lat") outline <- map("worldHires", plot=FALSE) # returns a list of x/y coords xrange <- range(outline$x, na.rm=TRUE) # get bounding box yrange
2010 Mar 19
0
Wine release 1.1.41
...ATION in surface.c. wined3d: Add a quirk to rebind FBOs when one of their attached textures is updated. wined3d: Replace some VTRACEs with proper TRACEs. wined3d: Kill VTRACE. wined3d: Avoid some common invalid context accesses. wined3d: Simplify the generated GLSL for NRM. wined3d: Rename GlPixelFormatDesc to wined3d_format_desc. wined3d: Unify "gl_formats_template" naming with the other format info tables. wined3d: Add COMPLEX_FIXUP_NONE as value 0 to the complex_fixup enum. Henry Kroll III (1): notepad: Don't prompt to save e...
2007 Sep 28
0
Wine release 0.9.46
...ctions to arb shaders. wined3d: Implement WINED3DSI_TEXLD_BIAS in arb. wined3d: Add modifier handling to cnd in arb. wined3d: Handle modifiers in cmp. wined3d: Add crs and pow instruction support. wined3d: Add dp2add support to arb shaders. wined3d: Implement the nrm instruction in arb. wined3d: Add sincos support to arb shaders. Stefan Leichter (9): dinput8: Remove 'recursive registry key delete' function. dinput: Remove 'recursive registry key delete' function. ddrawex: Remove 'recursive registry key delete' fu...