search for: g12

Displaying 20 results from an estimated 88 matches for "g12".

Did you mean: 12
2005 Dec 09
1
O-ring statistic
...(X). Here's an example for the bivariate point pattern dataset 'amacrine' provided in the spatstat package. The dataset has points of two types labelled "on" and "off". data(amacrine) K12 <- Kcross(amacrine, "on", "off") g12 <- pcf(K12, method="d", spar=0.7) lambda2 <- summary(amacrine)$marks["off","intensity"] Oring <- eval.fv(lambda2 * g12) plot(Oring, ylab="Oring(r)") regards Adrian Baddeley
2004 Jul 03
2
DSTEIN error (PR#7047)
...ices] <- block return(A) } I.exp <- function(A11,A12,A22) { rbind(cbind(A11, A12), cbind(t(A12),A22)) } G <- function(D2, Ra, A11, A12, A22){ D2 %*% Ra %*% I.exp(A11,A12,A22) %*% t(Ra) %*% t(D2) } W <- function(G){ G11 <- G[1:n, 1:4] G12 <- G[1:4, 5:6] G22 <- G[5:6, 5:6] } W <- function(G,n,k){ G11 <- G[1:n, 1:n] G12 <- G[1:n, (n+1):(n+k)] G22 <- G[(n+1):(n+k), (n+1):(n+k)] G11 - G12 %*% solve(G22) %*% t(G12) } zbc <- function(y,lambda, mu, sigma) { ((y/mu)^lambda - 1)...
2009 Sep 09
1
Stats help with calculating between and within subject variance and confidence intervals
...om Pg 62. The data are fill weights from bottles sampled randomly from a sample of four filling machines. There are 12 values, and the confidence intervals are for 1-2a = 95%. I have got the same results as the book but using slightly different fomulae (see variables for H1, G1 and H12 and G12). I'd appreciate any help, and any comments on whether their is a better way to do this. Thanks Paul. > BGBottles Machine weight 1 1 14.23 2 1 14.96 3 1 14.85 4 2 16.46 5 2 16.74 6 2 15.94 7 3 14.98 8 3 14.88 9 3...
2006 Aug 16
1
Specifying Path Model in SEM for CFA
...I've tried: model.sa <- specify.model() F1 -> X1,l11, NA F1 -> X2,l21, NA F1 -> X3,l31, NA F1 -> X4,l41, NA F1 -> X5, NA, 0.20 F2 -> X1,l12, NA F2 -> X2,l22, NA F2 -> X3,l32, NA F2 -> X4,l42, NA F2 -> X6, NA, 0.25 F1 <-> F2,g12, 1 F1 <-> F1,g11, 1 F2 <-> F2,g22, 1 X1 <-> X1, NA, 1 X2 <-> X2, NA, 1 X3 <-> X3, NA, 1 X4 <-> X4, NA, 1 X5 <-> X5, NA, 1 X6 <-> X6, NA, 1 This at least converges: > summary(fit.sem) Model Chisquare = 2147 Df = 10 Pr(&...
2000 Jul 28
4
gremlin in rep()
...nu system i686, linux-gnu status major 1 minor 1.0 year 2000 month June day 15 language R also on Solaris2.7 -- Colin Farrow Computing Service, University of Glasgow, Glasgow G12 8QQ Tel: 0141 330 4862, c.farrow at compserv.gla.ac.uk -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body...
2012 May 17
2
MANOVA with random factor
...______ David Costantini, PhD http://www.davidcostantini.it NERC Postdoctoral research associate Institute of Biodiversity, Animal Health and Comparative Medicine School of Life Sciences College of Medical, Veterinary and Life Sciences University of Glasgow Graham Kerr Building, room 511 Glasgow G12 8QQ, UK See also my association Ornis italica http://www.ornisitalica.com http://www.birdcam.it ____________________________________________________ [[alternative HTML version deleted]]
2015 Mar 13
1
[RFC PATCH v3] Intrinsics/RTCD related fixes. Mostly x86.
...should be faster on ARM */ #ifdef OPUS_ARM_ASM -static void comb_filter_const(opus_val32 *y, opus_val32 *x, int T, int N, +#ifndef NON_STATIC_COMB_FILTER_CONST_C +static +#endif +void comb_filter_const_c(opus_val32 *y, opus_val32 *x, int T, int N, opus_val16 g10, opus_val16 g11, opus_val16 g12) { opus_val32 x0, x1, x2, x3, x4; @@ -147,7 +149,10 @@ static void comb_filter_const(opus_val32 *y, opus_val32 *x, int T, int N, #endif } #else -static void comb_filter_const(opus_val32 *y, opus_val32 *x, int T, int N, +#ifndef NON_STATIC_COMB_FILTER_CONST_C +static +#endif +void comb_filte...
2015 Mar 12
1
[RFC PATCHv2] Intrinsics/RTCD related fixes. Mostly x86.
...should be faster on ARM */ #ifdef OPUS_ARM_ASM -static void comb_filter_const(opus_val32 *y, opus_val32 *x, int T, int N, +#ifndef NON_STATIC_COMB_FILTER_CONST_C +static +#endif +void comb_filter_const_c(opus_val32 *y, opus_val32 *x, int T, int N, opus_val16 g10, opus_val16 g11, opus_val16 g12) { opus_val32 x0, x1, x2, x3, x4; @@ -147,7 +149,10 @@ static void comb_filter_const(opus_val32 *y, opus_val32 *x, int T, int N, #endif } #else -static void comb_filter_const(opus_val32 *y, opus_val32 *x, int T, int N, +#ifndef NON_STATIC_COMB_FILTER_CONST_C +static +#endif +void comb_filte...
2009 Jun 29
1
ANOVA
...sv) and I want to run an analysis of variance on the wingsize data (comparing infected vs non-infected) within and between experiments. Can anyone help me with the command I should use? Many thanks Georgina PhD Student Division of Infection and Immunity B5-29, GBRC 120 University Place Glasgow G12 8TA Tel: 0141 330 5650
2006 Apr 29
1
help with box-tidwell
...0 (non-NA) cases Could anybody tell me what do "MaNS produced" and "offset=offset, singular.ok=singular.ok" mean? Why the box.tidwell did not work? Regards Xuemei Bian Doctoral Researcher Room 607C Business and Management School Gilbert Scott Building University of Glasgow G12 8QQ Tel: 0141 3302000 ext. 0311 Fax: 0141 3305669
2015 Mar 02
13
Patch cleaning up Opus x86 intrinsics configury
The attached patch cleans up Opus's x86 intrinsics configury. It: * Makes ?enable-intrinsics work with clang and other non-GCC compilers * Enables RTCD for the floating-point-mode SSE code in Celt. * Disables use of RTCD in cases where the compiler targets an instruction set by default. * Enables the SSE4.1 Silk optimizations that apply to the common parts of Silk when Opus is built in
2008 Sep 24
2
Graph question
...6 84 3 68 1 4 6 41 1 50 27 30 14 [77] 3 1 1 1 30 1 68 1 7 1 10 5 11 4 19 1 7 9 33 [96] 2 33 57 12 6 2 57 3 115 19 22 10 19 6 11 30 57 4 PhD Student Division of Infection and Immunity B5-29, GBRC 120 University Place Glasgow G12 8TA Tel: 0141 330 5650
2008 Sep 24
1
t tests/ANOVA
...891.3 MIX 906.5 MIX 922.3 MIX 949.6 MIX 986.1 MIX 994.3 MIX 1005.3 MIX 1061.3 MIX 1159.5 3D7 1163.2 MIX 1177.5 3D7 1211.3 3D7 1249.7 3D7 1318.3 MIX 1579.3 MIX 1585.2 MIX 1590.3 MIX 1788.7 MIX 2012.9 3D7 2067.4 PhD Student Division of Infection and Immunity B5-29, GBRC 120 University Place Glasgow G12 8TA Tel: 0141 330 5650
2008 Sep 09
1
creating table of averages
..."e31" "e32" "e33" [49] "f11" "f12" "f13" "f14" "f21" "f22" [55] "f23" "f24" "g11" "g12" "g13" "g14" [61] "g21" "g22" "g23" "g24" "g31" "g32" [67] "g33" "g41" "g42" "g43" &...
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains alphanumeric data. Specifically,"ID" contains integers all preceeded by the character "g" as in: g1, g6, g3, g19, g100, g2, g39 I am using the following code: DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),] and was hoping it would sort the dataframe by ID in the following manner g1, g2, g3, g6, g19,
2010 Jul 15
1
Error using the mi package
...d8d* d8e* d8f* d8g* d8h* d8i* d9a* d9b* d9c* d9d* d9e* d10a* d10b* d10c* d10d* d10e* d10f* d11* d13* d14* e1* e2* e3* e5* e6* f2* f3a* f3b* f3c* f3d* f3e* f4* f6* f7* f8* f9* f12* f14* f15* f16* f20* f21* f22* f23* f25* g2* g3* g6* g8* g9* g12* g13* g15* g17* g18* g22* g25* g26* g27* g28* g31* g34* g43* g55* g58* g59* g60* g61* g63* g65* g68a* g68b* g69* g70* g71* g91* g92* g93* g94* g95* Error in AveVar[s, i, ] <- c(avevar.mean, avevar.sd) : number of items to replace is not a multiple of replaceme...
2006 Feb 09
2
nice log-log plots
...elp would be greatly appreciated! Thanks Tibi ____________________________________________________ Alexandru Tiberiu CODILEAN PhD Candidate Departmental IT Committee PG Rep. Department of Geographical and Earth Sciences East Quadrangle, Room 309 University Avenue University of Glasgow Glasgow G12 8QQ UK Tel: +44 (0) 141 330 4872 ext. 0935 Fax: +44 (0) 141 330 4894 Email: tcodilean at ges.gla.ac.uk Home: http://web.ges.gla.ac.uk/~tcodilean/ GRASS Mirror: http://pc188.geog.gla.ac.uk/grass/ A gleekzorp without a tornpee is like a quop without a fertsneet (sort of)
2006 Mar 09
5
Festival tts
...9:21 : disconnected Initially I added the code to festival.scm for * but later patched the Festival code and re-complied it. For every test I have restarted * after Festival Any help appreciated Thanks Steven Steven Jack Videoconferencing Manager University of Glasgow Computing Service Glasgow G12 8QQ UK Tel +44(0)1413303828 Fax +44(0)1413303820 Email: s.jack@compserv.gla.ac.uk
2015 Nov 05
2
AVX Optimizations
Yes, Thank you. I'll follow up with the AVX code and tests for pitch code. Radu -----Original Message----- From: opus-bounces at xiph.org [mailto:opus-bounces at xiph.org] On Behalf Of Timothy B. Terriberry Sent: Thursday, November 5, 2015 10:31 AM To: opus at xiph.org Subject: Re: [opus] AVX Optimizations Velea, Radu wrote: > I've created a pull request[1] to enable configuration
2017 Jun 06
1
PROPOSAL: addition to SecuringSSH HowTo
...ts to that page? Thanks Dr. Brian O. Smith --------------------------- Brian Smith at glasgow ac uk Institute of Molecular, Cell and Systems Biology & School of Life Sciences, College of Medical, Veterinary & Life Sciences, Joseph Black Building, University of Glasgow, Glasgow G12 8QQ, UK. Tel: 0141 330 5167/6459/3089 ---------------------------------------------------------------------- The University of Glasgow, charity number SC004401 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachmen...