Hello,
Is it possible to bootstrap a matrix X(n,m)?. if so, where can I find the appropriate code?
Thanks
|
|
0
|
|
|
|
Reply
|
bouslama_ons (35)
|
7/24/2012 10:14:07 AM |
|
"ons " <bouslama_ons@yahoo.fr> wrote in message <julshf$i9$1@newscl01ah.mathworks.com>...
> Hello,
>
> Is it possible to bootstrap a matrix X(n,m)?. if so, where can I find the appropriate code?
>
> Thanks
Please explain
1. the phrase "bootstrap a matrix".
2. Why you want to do it.
Greg
|
|
0
|
|
|
|
Reply
|
heath (3875)
|
7/24/2012 9:02:13 PM
|
|
Thank you Greg,
1- I have a matrix with dimension (n, m), and I need to draw randomly blocks (with dimension (n1, m1)) of this matrix that belongs to the same time .
2- I whant to do it to perform optimization using data with dimension (n1, m1)
"Greg Heath" <heath@alumni.brown.edu> wrote in message <jun2gk$5cg$1@newscl01ah.mathworks.com>...
> "ons " <bouslama_ons@yahoo.fr> wrote in message <julshf$i9$1@newscl01ah.mathworks.com>...
> > Hello,
> >
> > Is it possible to bootstrap a matrix X(n,m)?. if so, where can I find the appropriate code?
> >
> > Thanks
>
> Please explain
>
> 1. the phrase "bootstrap a matrix".
> 2. Why you want to do it.
>
> Greg
|
|
0
|
|
|
|
Reply
|
bouslama_ons (35)
|
7/25/2012 11:02:07 AM
|
|
CORRECTED FOR THE HEINOUS SIN OF TOP-POSTING
"ons " <bouslama_ons@yahoo.fr> wrote in message <juojnf$kvt$1@newscl01ah.mathworks.com>...
> "Greg Heath" <heath@alumni.brown.edu> wrote in message <jun2gk$5cg$1@newscl01ah.mathworks.com>...
> > "ons " <bouslama_ons@yahoo.fr> wrote in message <julshf$i9$1@newscl01ah.mathworks.com>...
> > > Is it possible to bootstrap a matrix X(n,m)?. if so, where can I find the appropriate code?
> > Please explain
> >
> > 1. the phrase "bootstrap a matrix".
> > 2. Why you want to do it.
> Thank you Greg,
> 1- I have a matrix with dimension (n, m), and I need to draw randomly blocks (with dimension (n1, m1)) of this matrix that belongs to the same time .
>
> 2- I whant to do it to perform optimization using data with dimension (n1, m1)
Still perplexed.
Nevertheless, the terminology "bootstrap a matrix" seems innappropriate.
Greg
|
|
0
|
|
|
|
Reply
|
heath (3875)
|
8/2/2012 9:49:11 AM
|
|
"Greg Heath" <heath@alumni.brown.edu> wrote in message <jvdiep$2jn$1@newscl01ah.mathworks.com>...
>
> CORRECTED FOR THE HEINOUS SIN OF TOP-POSTING
>
> "ons " <bouslama_ons@yahoo.fr> wrote in message <juojnf$kvt$1@newscl01ah.mathworks.com>...
> > "Greg Heath" <heath@alumni.brown.edu> wrote in message <jun2gk$5cg$1@newscl01ah.mathworks.com>...
> > > "ons " <bouslama_ons@yahoo.fr> wrote in message <julshf$i9$1@newscl01ah.mathworks.com>...
>
> > > > Is it possible to bootstrap a matrix X(n,m)?. if so, where can I find the appropriate code?
>
> > > Please explain
> > >
> > > 1. the phrase "bootstrap a matrix".
> > > 2. Why you want to do it.
>
> > Thank you Greg,
> > 1- I have a matrix with dimension (n, m), and I need to draw randomly blocks (with dimension (n1, m1)) of this matrix that belongs to the same time .
> >
> > 2- I whant to do it to perform optimization using data with dimension (n1, m1)
>
> Still perplexed.
>
> Nevertheless, the terminology "bootstrap a matrix" seems innappropriate.
If you want to extract random submatrices, this is one way:
clear all, clc
A = magic(10)
N = 12
k=0
for n = 1:N
k = k+1
i = round(1+6*rand)
j = round(1+6*rand)
B{k} = A( i:i+2, j:j+2)
end
Hope this helps.
Greg
|
|
0
|
|
|
|
Reply
|
heath (3875)
|
8/2/2012 10:40:23 PM
|
|
|
4 Replies
26 Views
(page loaded in 0.864 seconds)
Similiar Articles: Help with Bootstrapping Function - comp.soft-sys.matlabMy question concerns the output of the bootstrp function. The bootstrap function is as follows: BOOTSTAT = BOOTSTRP(NBOOT,BOOTFUN,D1,...) If BO... Bootstrapping multivariate data - comp.soft-sys.matlabHi all, I am searching for a Matlab function that can do the non-parametric bootstrapping of multivariate data. For instance, I have a matrix of sa... nvram area is corrupt.. - comp.dcom.sys.cisco[confirm]y >>> 00:04:20: %SYS-5-RELOAD: Reload requested by console.environment write >>> to NVRAM >>> failed >>> >>> System Bootstrap, Version 11.1(19)AA, EARLY ... Enable SSH on Router - comp.dcom.sys.cisco... 07 by kellmill Image text-base: 0x60008950, data-base: 0x60A2A000 ROM: System Bootstrap ... 5 Replies 63 Views (0.057 seconds) Tweet Gfortran reort on subroutine inlining? - comp.lang.fortran ...I am using 4.5.1, and the platform is "powerpc64-unknown-linux-gnu". This is one ... but I have been unable to build with > ppl and cloog on this platform - the bootstrap ... swapbyhjm problem - Improper assignment with rectangular empty ...IRBootstrapOptions('ConvexityAdjustment',@(t) .5*((IRsigma + 0.0002).*t).^2.*t.^2)) bootModel_constant = IRDataCurve.bootstrap('Forward', CurveSettle, ... custom class in java.* package - is it possible? - comp.lang.java ...... sun's jdk 1.5 : "-Xbootclasspath/p:path Specify a semicolon-separated path of directires, JAR archives, and ZIP archives to prepend in front of the default bootstrap ... Active State 64-bit and Win32 Modules - comp.lang.perl.misc ...Modules that are implemented as a DLL, with a bootstrap/interface layer in Perl. "XS" (pronounced excess; yes, it's a pun) is system of macros to write the C interface ... FTP User and Password - comp.os.vxworksThe "username" and "password" which is set using "iam" or in the bootstrap parameters ... FTP server configuration on Solaris 5.7 - comp.unix.solaris ... Hello, after ... problem with int 13h function - comp.lang.asm.x86In it is, next to a small bootstrap-routine, stored where & how large the primary & extended partitions are. > Anyone have a similar problem with this? is there a ... Bootstrapping - Wikipedia, the free encyclopediaBootstrapping or booting refers to a group of metaphors that share a common meaning: a self-sustaining process that proceeds without external help. The term is often ... Bootstrapping (statistics) - Wikipedia, the free encyclopediaIn statistics, bootstrapping is a method for assigning measures of accuracy to sample estimates. This technique allows estimation of the sampling distribution of ... 7/25/2012 11:52:36 AM
|