Displaying 14 results from an estimated 14 matches for "bootsrap".
Did you mean:
bootstrap
2006 May 10
0
[LLVMdev] Successfulyl bootsrapped llvm-gcc4 on mingw32
...es and bug reports.
I really want to get this going myself.
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
On Behalf Of Anton Korobeynikov
Sent: Wednesday, May 10, 2006 1:22 PM
To: LLVM Developers Mailing List
Subject: [LLVMdev] Successfulyl bootsrapped llvm-gcc4 on mingw32
Hello, Everyone.
Today I've finished digging into llvm-gcc4 in order to build in under
mingw32. The most trickiest was to make libstdc++ build, since its
configure & makefiles are not so perfect as main gcc ones.
There are several problems with inline assemler (in...
2006 May 10
0
[LLVMdev] Successfulyl bootsrapped llvm-gcc4 on mingw32
Hello, Everyone.
Today I've finished digging into llvm-gcc4 in order to build in under
mingw32. The most trickiest was to make libstdc++ build, since its
configure & makefiles are not so perfect as main gcc ones.
There are several problems with inline assemler (in two places at
least), but both of them are easily seen. Also, there are some
compiler crashes while compiling libiberty (with
2016 Oct 17
4
unable to compile llvm with gcc 4.7.4
Hi,
The problem is modern c++. I can have a reasonable system boostrape-ed
with (tinycc/alternative C compiler), but only in the gcc world since
a modern c++ compiler is only bootsrape-able from near any C compiler
there. clang and llvm are unable to do it. That why I would need to
get 2 gccs: "any C compiler" -> gcc 4.7.4 -> gcc recent_version ->
llvm.
On Fri, Oct 14, 2016 at 4:02 PM, Renato Golin <renato.golin at linaro.org> wrote:
> On 13 October...
2001 Mar 21
1
Is there any help for "Cannot allocate vector size of xxx KB"
...t: Re: [R] Is there any help for "Cannot allocate vector size of
xxxKB"
>>>>> "Han" == Han Lai <hlai at whsun1.wh.whoi.edu> writes:
Han> Hi, As I run R long enough, for example if I keep running
Han> different glm() models and each model has 500 bootsraps, I
Han> alway get the error message on "cannot allocat vector size of
Han> xxxKB". I have 64MB of RAM and run Windows98. Is there any
Han> hope to fix it other than cut my bootstrap short.
That error message means R can not allocate more memory. So unless you
add more m...
2006 Apr 11
4
Bootstrap and Jackknife Bias using Survey Package
Dear R users,
I?m student of Master in Statistic and Data analysis, in New University of Lisbon. And now i?m writting my dissertation in variance estimation.So i?m using Survey Package to compute the principal estimators and theirs variances.
My data is from Incoming and Expendire Survey. This is stratified Multi-stage Survey care out by National Statistic Institute of Mozambique. My domain of
2001 Jun 04
0
question on bootstrapping mean and sd
...ety of
clustering methods finds 3 groups in the data. One group has 50 members,
another group has 10 members and another group 12 members. LDA with
cross-validation gives a 92% correct classification rate.
Anyway, my question is this---
WHat is the best or proper way to present the results of a bootsrapped mean
and standard deviation? I ask this since looking through both Efron's and
Tibshirani's AN INTRODUCTION TO BOOTSTRAP, and Davison's and Hinkley's book
they don't necessarily address a question this simple. I don't think the
editor is going to one to see 48 histogram...
2010 Apr 09
0
Bootcov for two stage bootstrap
...ootcov' manual but I still have a few
questions:
1 - When the variable 'cluster' is introduced, then only clusters will be
resampled (with replacement)?
2 - I can implement 'two-stage' bootstrap in STATA by running bootstrap
sampling on top of the bootstrap command. Example: bootsrap cost,
cluster(group): bsampling cost treat
This means that in the 1st stage I resample clusters (with replacement) and
then resample individuals within those clusters.
I wonder whether we could do a similar procedure in R, i.e. if it is
sensible to do something like:
f<-boot(cost~treat)
mod&l...
2006 Mar 29
0
ANOVA & BOOTSTRAP
...al transformation. I'm looking for using resampling method or
bootstrap to test my multi-factorial Anova. I look on the different
packages but I'm not sure to understand the right procedure.
Could somebody help me, in giving me an example for testing multi-factorial
ANOVA with resampling or bootsrap procedure.
Thank you very much.
Romain Mayor
Assistant Doctorant Universit? Gen?ve
Conservatoire et Jardin botaniques de la Ville de Gen?ve
1 Ch de l'Imp?ratrice
CP 60
1292 Chamb?sy, Geneva, Switzerland
t?l office : 004122/4185125
t?l reception : 004122/4185100
email : romain.mayor at ville-g...
2016 Oct 17
4
unable to compile llvm with gcc 4.7.4
...vain Bertrand via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Hi,
>>
>> The problem is modern c++. I can have a reasonable system boostrape-ed
>> with (tinycc/alternative C compiler), but only in the gcc world since
>> a modern c++ compiler is only bootsrape-able from near any C compiler
>> there. clang and llvm are unable to do it. That why I would need to
>> get 2 gccs: "any C compiler" -> gcc 4.7.4 -> gcc recent_version ->
>> llvm.
>>
>> On Fri, Oct 14, 2016 at 4:02 PM, Renato Golin <renato.golin...
2004 Apr 27
4
Problems raised to 1/3 power and NaN
...(sum((x-mean(x))^3)/(length(x)*psd^3)))
#the calulation of Q
Qstat <- function (x,mean){
nb = length(x)
bmean <- mean(x)
Sb <- sqrt((sum((x-mean(x))^2)/nb))
Kb <- ((sum((x-mean(x))^3)/(nb*psd^3)))
W <- (bmean-mean)/Sb
Q <- W + (Kb * W^2)/3 + (Kb^2)*(W^3)/27 + Kb/(6*nb)
}
#Bootsrap 10000 values for Q
Q <- bootstrap(x,10000,Qstat,pmean)
#Determine the quantile of Q to use
Qa <- quantile(Q$thetastar, 0.05, na.rm = TRUE, names = FALSE)
#Calulate Wq*******Here is the code tha does not work***************
Wq <- (3/k)*((1+k*(Qa-(k/(6*n))))^(1/3)-1)
#Halls bootstrap
UC...
2016 Oct 13
2
unable to compile llvm with gcc 4.7.4
On Wed, Oct 12, 2016 at 07:15:39PM +0100, Renato Golin wrote:
> On 12 October 2016 at 18:37, <sylvain.bertrand at gmail.com> wrote:
> > Suggestion is not clear answer. How such a decision taken? Is there a board of
> > people which have to vote to valid the choice of minimal gcc (and clang) version
> > effective?
>
> We don't have such process, unfortunately.
2006 Jul 11
2
non positive-definite G matrix in mixed models: bootstrap?
Dear list,
In a mixed model I selected I find a non positive definite random effects
variance-covariance matrix G, where some parameters are estimated close to
zero, and related confidence intervals are incredibly large.
Since simplification of the random portion is not an option, for both
interest in the parameters and significant increase in the model fit, I
would like to collect
2006 Mar 15
10
domU with redhat over a debian based dom0
Hello,
I have running xen over a debian server (debian sarge). Now I would
like to configure a domU with redhat (AS 4), do you now any way to
install it?
--
Angel L. Mateo Martínez
Sección de Telemática
Área de Tecnologías de la Información _o)
y las Comunicaciones Aplicadas (ATICA) / \\
http://www.um.es/atica _(___V
Tfo: 968367590
Fax: 968398337
2008 Jul 21
5
Coefficients of Logistic Regression from bootstrap - how to get them?
Hello all,
I am trying to optimize my logistic regression model by using bootstrap.
I was previously using SAS for this kind of tasks, but I am now
switching to R.
My data frame consists of 5 columns and has 109 rows. Each row is a
single record composed of the following values: Subject_name, numeric1,
numeric2, numeric3 and outcome (yes or no). All three numerics are used
to predict