Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.393.012 Times

Bootstrap Method Example software
Filter: All | Freeware | Demo
 

Bootstrap Method Example

< 1 2 3 4 5 > 

Analytical Target Cascading Example With Coupling Variables Analytical Target Cascading (ATC) is a method for solving large-scale distributed optimization problems. It can be applied to multidisciplinary design optimization (MDO) problems. A very simple example problem was chosen so that the ATC solution process could be illustrated without requiring much...



Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Analytical Target Cascading Example With Coupling Variables Download

Added: August 13, 2013 | Visits: 545

Bootstrapping Yield Curve Bootstrap the yield curve, discount curve and the forward curve from market data***************** BOOTSTRAPPING RESULTS **********************Time (Years)| Yield Curve | Discount Curve| Forward Curve |----------------------------------------------------------------------- 0.51 | 1.2404% | 0.9938...





Platforms: Matlab

License: Freeware Size: 40.96 KB Download (47): Bootstrapping Yield Curve Download

Added: May 07, 2013 | Visits: 328

Peirce's method One of several approaches to outlier rejection, Peirce's method is more general than Chauvenet's method.As constructed this works on univariate data only.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Peirce's method Download

Added: August 18, 2013 | Visits: 368

Shooting method with GUI The code implements the shooting method by means of the Runge-Kutta method of 4th order and the interval bisection method. There is the graphical interface too. When the differential equation is inserted in terms of the standard mathematical notation (no in MATLAB code), the programme create the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (45): Shooting method with GUI Download

Added: August 02, 2013 | Visits: 481

Jean Le Rand D'Alambert Reduction Method (update:22-06-07) In this Matlab application was perused Jean Le Rand D'Alambert's** Reduction Method for two degree of linear differential equations and several analytical examples are compared with matlab solution applications.**Jean d'Alembert was a a French mathematician who was a pioneer in the study of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (40): Jean Le Rand D'Alambert Reduction Method (update:22-06-07) Download

Added: June 03, 2013 | Visits: 556

Linear equation system 'Ax=r' by Gauss elimination method This Matlab program Solve N-equation with Gauss elimination method and check results with Matlab Function.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): Linear equation system 'Ax=r' by Gauss elimination method Download

Added: April 27, 2013 | Visits: 343

1st order ODE's numerical solution with EULER method %%%%%%%%%%%%%%%%%% EULER_modified_ODE.m %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Euler modified approximation method to solve IVP ODEs% f defines the function f(t,y)% t0 defines initial value of t% y0 defines initial value of y


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): 1st order ODE's numerical solution with EULER method Download

newton-corrector method for ordinary differential equation Thee purpose,1. Speed up the convergence of correcting for each points (By newton method).2. To find the first few points by this method instead of R.K. method.3. To apply for higher order polynomial fitting.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (39): newton-corrector method for ordinary differential equation Download

bbcorr: Bootstrap statistics for Pearson's correlation coefficient This function computes double block bootstrap percentile confidence intervals and bootstrap standard errors for the Pearson correlation coefficient r and Fisher's z = atanh(r).References:-Efron, B. and R.J. Tibshirani (1993): An Introduction to the Bootstrap, Chapman & Hall.-BdoDshlmann, P. and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (55): bbcorr: Bootstrap statistics for Pearson's correlation coefficient Download

bbcorrdiff: Bootstrap statistics for the difference of correlation coefficients This function computes a double block bootstrap percentile confidence interval and a bootstrap standard error for the difference of two z-transformed Pearson correlation coefficients. The z-statistic is defined as Zd = z1-z2 = atanh(r1)-atanh(r2), where r1 is the Pearson correlation coefficient...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): bbcorrdiff: Bootstrap statistics for the difference of correlation coefficients Download

One Single Component Reliability Monte Carlo Chronological Method This simple code shows how the Monte Carlo Chronological method works. This example is intended to be for educational purpose, generating an artificial history data vectors of a single component modeled in a two state Markov chain model and exponentially distributed. You just need to enter the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): One Single Component Reliability Monte Carlo Chronological Method Download

Added: August 29, 2013 | Visits: 481

Method to find prime numbers This is a very simple method to find prime numbers. I use a mathematical function to find non prime numbers. Thus I have compared its efficiency with a code found on Matlab Central, Written by John D'Errico.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (43): Method to find prime numbers Download

Added: May 01, 2013 | Visits: 467

Finding the Fractal Dimension using Box Counting method. Its based on the traditional box-counting method for finding the fractal dimension of an image. The code is just for beginners for getting an idea of how the box-counting is done.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): Finding the Fractal Dimension using Box Counting method. Download

Added: September 09, 2013 | Visits: 361

1st oder ODE solver EULER backward method based %%%%%%%%%%%%%%%%% EULER_backward_ODE.m %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Euler modified approximation method to solve IVP ODEs% f defines the function f(t,y)% t0 defines initial value of t% y0 defines initial value of y


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): 1st oder ODE solver EULER backward method based Download

Added: August 21, 2013 | Visits: 406

Defect Correction Method Implementation of Defect Correction Method for iteratively solving a linear equation system. A Preconditioning strategy can be used to accelerate convergence.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Defect Correction Method Download

Added: June 15, 2013 | Visits: 233

Fixed Point Method The Fixed Point Method is applied to a given function.Convergence conditions are as followed: f(xa)=0 (=) xa=g(xa) => xa[n+1]=g(xn), n=0,1,..Error majoration: |e(xk)|


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Fixed Point Method Download

Added: April 04, 2013 | Visits: 435

Newton's Method for Divided Differences Newton's Method for Divided Differences.The following formula is solved:Pn(x) = f(x0) + f[x0,x1](x-x0) + f[x0,x1,x2](x-x0)(x-x1) + ... + f[x0,x1,..,xn](x-x0)(x-x1)..(x-x[n-1])Where:f[x0,x1] = (f(x1-f(x0))/(x1-x0)f[x0,x1,..,xn] = (f[x1,..,xn]-f[x0,..,x_[n-1]])/(xn-x0)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Newton's Method for Divided Differences Download

urlreadpost - url POST method with binary file uploading (Sripts) The HTTP 'POST' method is provided as a mechanism for uploading data as part of a URL request. There are two methods for encoding this data: application/x-www-form-urlencoded, in which each parameter is inserted as part of one long string, and multipart/form-data, in which each parameter gets its...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): urlreadpost - url POST method with binary file uploading (Sripts) Download

Added: May 08, 2013 | Visits: 263

Bartlett Spectral Estimation method This code illustrates Bartlett method for a simple signal (sum of three sinusoids). This code allows user to change to length of each pieces (sub sequence).For example in the code LS is the term which gives length of each piece. Here it is 30 and signal length is 65. So signal will be chopped...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Bartlett Spectral Estimation method Download

Beam Propagation Method for advancing gaussian beam in a profiled medium Basic GUI for Beam Propagation Method for advancing gaussian beam in a profiled medium.It can be used to demonstarate the concept of beam propagation.Any comment will be welcomed.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Beam Propagation Method for advancing gaussian beam in a profiled medium Download

< 1 2 3 4 5 >