search for: lbound

Displaying 10 results from an estimated 10 matches for "lbound".

Did you mean: bound
2009 Apr 21
1
Functions in lists or arrays?
...oo uggly to me. Can someone give me a hand and/or point me into a more sane direction to explore? One option I have thought of, is to get rid of the *_B?() functions and just fill in a 3 dimensional array using something like: x <- NULL dimnames(x) <- c(colnames(mat),colnames(dat), c("lbound","ubound")) ... x["RULE_NAME_1", "DATA_COL_NAME_1", "lbound"] <- ... ... But I'm not exactly sure how I would construct and/or add onto a global array/etc extra dimnames, as I source each generated *.R file. Anyways, Not sure if I'm making...
2012 May 17
1
oldlogspline probabilities
...to compare this to an estimate from a density estimation. Unfortunately when using poldlogspline, this probability is always=0 (simulated data example is below). How can this be, given that the density is highest at area=0? > simdat<-c(rep(0,8),rexp(92)) > myspline<-oldlogspline(simdat,lbound=0) > poldlogspline(fit=myspline, q=0) [1] 0 Any help to work out the probability of an area value in my distribution = 0 would be appreciated Terry Beutel Agri-Science Queensland [[alternative HTML version deleted]]
2011 Apr 28
4
how to generate a normal distribution with mean=1, min=0.2, max=0.8
Dear all, This is a simple probability problem. I want to know, How to generate a normal distribution with mean=1, min=0.2 and max=0.8? I know how the generate a normal distribution of mean = 1 and sd = 1 and with 500 data point. rnorm(n=500, m=1, sd=1) But, I am confusing with how to generate a normal distribution with expected min and max. I expect to hear your directions. Thanks in
2012 Nov 06
1
Confidence intervals for Sen slope in zyp-package
...) > ci_90 0.05 0.95 Intercept 0.1230428 7.876957 x -2.0000000 2.000000 # zyp.yuepilon # confidence interval corresponds to nominal 0.95 interval in confint.zyp (output 0.025 0.975) > xy_senslope <- zyp.yuepilon (y, conf.intervals=TRUE) > xy_senslope lbound trend trendp ubound tau sig nruns autocor valid_frac -2.50000000 0.66666667 4.00000000 2.33333333 0.80000001 0.08641075 1.00000000 -0.22400000 1.00000000 linear intercept 0.74285714 3.83333333 ________________________________ Katy Ung...
2012 Mar 09
1
nonparametric densities for bounded distributions
Can anyone recommend a good nonparametric density approach for data bounded (say between 0 and 1)? For example, using the basic Gaussian density approach doesn't generate a very realistic shape (nor should it): > set.seed(1) > dat <- rbeta(100, 1, 2) > plot(density(dat)) (note the area outside of 0/1) The data I have may be bimodal or have other odd properties (e.g. point mass
2010 Feb 23
5
export tables to Excel files
Dear R users, I've just posted a similar question about Illustrator. This time I would like to export the results of my statistic tables and my dataframes into Excel files. Up to now I've used write.csv(), but I have to resave every file in .xls in Excel. I would like to know if there is a function or package to export directly into *.xls. I have found xlsReadWrite which would be
2018 May 14
0
Wine release 3.0.1
...SORICON_GetFileEntry. Christian Costa (1): wined3d: Recognize GTX 560M card with NVIDIA driver. Fabian Maurer (1): cmd.exe: Parse parameters in "FOR /F" properly. Gijs Vermeulen (2): compobj.dll16: Add StringFromIID. ole2disp.dll16: Implement SafeArrayGet[UBound|LBound]. Hans Leidekker (5): dnsapi: Use default server list if passed in array is empty. msi: Don't mark uncompressed global assembly files as installed until they are in the assembly cache. wbemprox: Add more Win32_ComputerSystemProduct properties. msi: Properly set the MsiN...
2019 Nov 01
0
Wine release 4.19
...(31): include: Avoid macro redefinition when wchar.h is included after stdint.h. vbscript: Implement String function. vbscript: Implement RegExp.Replace. vbscript: Improve exec_script debug traces. vbscript: Fix array reference handling in do_icall. vbscript: Add LBound function implementation. vbscript: Move sign expression to a separated rule. vbscript: Introduce separated struct for call expressions. vbscript: Allow any unary expression after call keyword. vbcript: Allow any call expression in call and assign statements. vbscript:...
2018 Feb 02
0
Wine release 3.1
...er (1): kernel32: Add stub for ReOpenFile. François Gouget (2): ole32/tests: Add a trailing '\n' to ok() calls. dxgi: Fix a trailing '\n' in a FIXME(). Gijs Vermeulen (2): compobj.dll16: Add StringFromIID. ole2disp.dll16: Implement SafeArrayGet[UBound|LBound]. Guo Lv (1): user32: Make functions use display dc thread-safe. Hans Leidekker (23): dnsapi: Use default server list if passed in array is empty. msi: Write registry values for source components too. crypt32: Add a stub implementation of CertUnregisterPhysicalStore....
2010 Oct 29
0
Wine release 1.3.6
...bian (Latin and Cyrillic) translation. oleacc: Add the Serbian (Latin and Cyrillic) translation. hhctrl.ocx: Add the Serbian (Latin and Cyrillic) translation. Piotr Caban (20): jscript: Added VBArray stub. jscript: Implement VBArray constructor. jscrpt: Added VBScript.lbound() implementation. jscript: Added VBArray.ubound() implementation. jscript: Added VBArray.dimensions() implementation. jscript: Added VBArray.getItem() implementation. jscript: Added VBArray.toArray() implementation. jscript: Added VBArray handling to to_object()....