Software Downloads for "Cycling Interval"
- Fibonacci Search metho
- License: Freeware

This script provides the final interval of uncertainty in which the minima of single variable non linear/linear function. The function should be unimodal in the interval. The script checks the unimodality of the function.User inputs the initial interval and the number of iterations. depending upon the number of iterations, final interval is obtained. Larger the iterations ,smaller the final interval of uncertainty. The algorithm is based on the fibonaccci series 1 1 2 3 5 8 13.....
- Platform: Matlab, Scripts
- Publisher: Shakun Bansal
- Date: 07-02-2013
- Size: 10 KB
- Test of unimodality
- License: Freeware

unimodality of a single variable function in a given interval refers to existence of at the most only one maxima or minima. This script checks the unimodality of the function in the interval provided by the user..
- Platform: Matlab, Scripts
- Publisher: Shakun Bansal
- Date: 04-02-2013
- Size: 10 KB
- Interval Bode Plot
- License: Freeware

The script plots the envelope of the bode plot for a parametric uncertain/interval system. interval_bode(NumVec,DenVec,clr) The function accepts the numerator (NumVec) and denominator (DenVec) of the uncertain system as matrices of two rows each. The first row containing the lower bounds and the second row with the upper bounds. The argument clr is for the optional filling colour.
- Platform: Matlab, Scripts
- Publisher: Janardhanan Sivaramakrishnan
- Date: 16-06-2013
- Size: 10 KB
- INTSOLVER: An interval based solver for Global Optimization
- License: Freeware

We present a set of functions based on interval arithmetic to solve small size global optimization problems with guaranteed bounds on solutions. Interval analysis can be used to bound ALL solutions of nonlinear optimization problem, equality constrained or not as well to bound ALL solutions of a nonlinear system of equation. Our functions can deal with these problems using an implementation of the interval Newton method with a bissection scheme. The capabilities of our functions can be showed through the analysis of some important global optimization examples that we provide with the main functions.
- Platform: Matlab, Scripts
- Publisher: Tiago Montanher
- Date: 24-05-2013
- Size: 51 KB
- Laser Dot Isolation
- License: Shareware

This file provides an implementation of (binomial) confidence interval calculation/estimation according to Kreyszig, 1975..
- Platform: Matlab, Scripts
- Publisher: Boris Schauerte
- Date: 05-01-2013
- Size: 10 KB
- Chi Square Test for Independence
- License: Shareware

chi2test(data, numOfInterval) data: input random number numOfInterval: number of interval require: n/k >= 5 k >= 100.
- Platform: Matlab, Scripts
- Publisher: Kevin Wong
- Date: 01-04-2013
- Size: 10 KB
- Kreyszig confidence
- License: Shareware

This file provides an implementation of (binomial) confidence interval calculation/estimation according to Kreyszig, 1975..
- Platform: Matlab, Scripts
- Publisher: Boris Schauerte
- Date: 25-01-2013
- Size: 10 KB
- Stability Test of 2-D Face of an Interval Matrix
- License: Shareware

The program can test the stability of 2-D face of an interval matrix. Copyright (C) Yang XIAO, Beijing Jiaotong University, Aug.2, 2007, E-Mail: yxiao@bjtu.edu.cn. By relying on a two-dimensional (2-D) face test, Ref [1,2] obtained a necessary and sufficient condition for the robust Hurwitz and Schur stability of interval matrices. Ref [1,2] revealed that it is impossible that there are some isolated unstable points in the parameter space of the matrix family, so the stability of exposed 2-D faces of an interval matrix guarantees stability of the matrix family.
- Platform: Matlab, Scripts
- Publisher: Yang Xiao
- Date: 14-03-2013
- Size: 10 KB
- Wilson score interval
- License: Shareware

XC = WILSON(X,N) Returns the center of the Wilson Score Interval for the binomial distribution. X and N are scalars containing the number of successes and the number of trials, respectively. [XC, WSI] = WILSON(X,N,ALPHA) gives the centers and 100(1-ALPHA) percent Score Intervals given the data..
- Platform: Matlab, Scripts
- Publisher: Mike Sheppard
- Date: 11-04-2013
- Size: 10 KB
- Zero interval calculation
- License: Shareware

This program finds an interval where the chosen function has a zero. Tolerance and the maximum iterations number can be set. The user has also the option to display the graph representation of the function on the determined zero interval. It is only working for functions whose zero is accompanied by a sign change..
- Platform: Matlab, Scripts
- Publisher: Marcelo Silva
- Date: 06-06-2013
- Size: 10 KB
- Gauss-Legendre
- License: Shareware

This zip has 3 funtions: -polegende generates legendre polinomyal. -flege performs an integration variable change to change any interval [a,b] to [-1,1] so the integral can be properly evaluated. -gausslegende numericaly evaluates the integral of function [f].
- Platform: Matlab, Scripts
- Publisher: Jordi Soler Penades
- Date: 19-05-2013
- Size: 10 KB
- Find zero of function
- License: Shareware

parameter fun means function, x0 and x1 the interval of function where we search zeros..
- Platform: Matlab, Scripts
- Publisher: natasa
- Date: 17-03-2013
- Size: 10 KB
- rand_extended computes a random number in the interval [a,b]
- License: Shareware

rand_extended computes a random number in the interval [a,b] It is basically an extended version of the command rand Inputs: a: the lower bound of the interval b: the upper bound of the interval m,n(optional): dimensions of the matrix of random numbers to be generated Outputs: M: random number/matrix in the interval [a,b].
- Platform: Matlab, Scripts
- Publisher: Nassim Khaled
- Date: 19-05-2013
- Size: 10 KB
- Spiderweb Plot for Interval Maps
- License: Shareware

This function can be used to generate spiderweb plots for continuous maps of the interval [0 1] into itself. This type of graph is used to visualize successive iterations of an interval map f. Given an initial point x0, the segments that make up the diagram connect the points (x0, f(x0)), (f(x0), f(f(x0))), (f(f(x0)), f(f(f(x0)))), ... The arguments for SPIDERWEB are the following: 1. f - a continuous map of the interval [0 1] into itself. Maps that do not take the interval [0 1] back into itself may not produce the correct spiderweb plot.
- Platform: Matlab, Scripts
- Publisher: Tyler London
- Date: 21-05-2013
- Size: 10 KB
- Binary Search of Elements lying within an Interval
- License: Shareware

Search the elements that are lying within a specified interval. Search the indexes of all elements in x (sorted vector of n elements) that lie within the interval. The algorithm uses binary searches, thus it runs in log(n) INPUT: x: vector of numeric values sorted in ascending order (e.g. 2,7,20,...120) ref: numeric value of the reference point (center of the interval) tol: numeric value corresponding to 1/2 of the width of the interval The fourth input argument: numeric value (optional). Allows to define the maximum number of elements of x that can lie within the specified interval.
- Platform: Matlab, Scripts
- Publisher: Roberto Olmi
- Date: 27-04-2013
- Size: 10 KB
- Time Between Comments
- License: Freeware

Time Between Comments - WordPress plugin that allows you to set time interval between comments. This is a perfect plugin to keep your blog spam free and make each comment more valuable. You can set time interval in seconds from the admin panel and when user adds comment he/she should wait till the time passes before he/she can comment again. Installation : Installation is, as usual : 1. Upload files to your /wp-content/plugins/ directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3.
- Platform: PHP, Scripts
- Publisher: levani01
- Date: 14-04-2013
- Size: 102 KB
- phpMyChord for Music and Sound
- License: Freeware

This is a PHP web application for creating custom Scale, Chord and Interval dictionaries and diagrams for any musical instrument. MySQL database tables enumerates all possible scales, chords and intervals (in the 12TET Universe) and their properties. phpMyChord Aims to provide: - Mathematically complete and encyclopedic enumeration of all possible scale, chord, and interval types and their properties with nomenclature informed by music theory, history and international culture. - Custom scale, chord, and interval dictionaries for any instrument, including reverse dictionaries indexed by fingering positions.
- Platform: PHP, Scripts
- Publisher: mettaben
- Date: 14-05-2013
- Size: 143 KB
- phpMyChord
- License: Freeware

phpMyChord, PHP web app for creating custom Scale, Chord and Interval dictionaries and diagrams for any musical instrument. MySQL database tables enumerating all possible scales, chords and intervals and their properties..
- Platform: PHP, Scripts
- Publisher: Anonymous
- Date: 11-02-2013
- Size: 143 KB
- Lib for Interval Analysis of Data Arrays
- License: Freeware

The classes library for analyze of large data arrays, based on new approach in the sphere of informatics - interval analyze.
Lib for Interval Analysis of Data Arrays License - BSD License.
- Platform: WinOther
- Publisher: Lachainpi
- Date:
- FUZZY SETS FOR ADA
- License: Shareware

Fuzzy sets for Ada is a library that contains distributions of string edit, interval arithmetic and simple components packages.
It provides implementations of:
· Confidence factors with the operations not, and, or, xor, +, *;
· Classical fuzzy sets with the set-theoretic operations and the operations of the possibility theory;
· Intuitionistic fuzzy sets with the operations on them;
· Fuzzy logic based on the intuitionistic fuzzy sets and the possibility theory;
· Fuzzy numbers both integer and floating-point ones with conventional arithmetical operations;
· Dimensioned fuzzy numbers;
· Fuzzy linguistic variables and sets of linguistic variables with operations on them;
· Dimensioned fuzzy linguistic variables and sets;

