Main Content

1,204 results in File Exchange

Quantile regression

Version 1.0.3 by Peter Xu

Quantile regression

Quantile regression with LP or interior method.It has kernel test and wald test.See example in readme.m

  • 1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 Jul 2022

Bivariate kernel density and regression

Version 1.0.0.0 by Richard Tol

Bivariate kernel density, kernel regression, and kernel quantile regression

Returns, for two data series:Marginal kernel densitiesBivariate kernel densityConditional kernel densityNadaraya-Watson kernel regressionkernel quantile regressionMethod: Gaussian kernel, Silverman

  • 377 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Sep 2013

Systemic Risk

Version 3.6.0.0 by Tommaso Belluzzo

A framework for systemic risk valuation and analysis.

  • 2.3K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jul 2024

Non-crossing polynomial quantile regression

Version 1.1.0.0 by Wolfgang Schwanghart

Non-crossing polynomial quantile regression

ncquantreg finds the coefficients of a polynomial p(x) of degree n that fits the data in vector x to the quantiles tau of y.ncquantreg(x,y) performs median regression (tau = 0.5) using a polynomial

  • 307 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 17 Jan 2016

quantreg(x,y,tau,order,Nboot)

Version 1.3.0.0 by Aslak Grinsted

Quantile regression with bootstrapping confidence intervals

Quantile Regression USAGE: [p,stats]=quantreg(x,y,tau[,order,nboot]); INPUTS: x,y: data that is fitted. (x and y should be columns) Note: that if x is a matrix with several columns

- Quantile Regression
  • 6.4K (All time)
  • 4 (Last 30 days)
  • 3.9 / 5
  • Community
  • 16 Mar 2015

Variational Bayesian Monte Carlo (VBMC): Bayesian inference

Version 1.0.6 by Luigi Acerbi

Variational Bayesian Monte Carlo (VBMC) algorithm for Bayesian posterior and model inference in MATLAB

- Quantile prediction for lite Gaussian Processes regression.
- Quantile of a vector.
- Prediction for lite Gaussian Processes regression.
- Covariance function for lite Gaussian Process regression.
- Mean function for lite Gaussian Process regression.
- Core kernel computations for lite GP regression.
- Noise function for lite Gaussian Process regression.
- Log priors for hyperparameters of lite GP regression.
- Negative log marginal likelihood for lite GP regression.
- Integrated mean function for lite Gaussian Process regression.
- Profile plot of GP for lite Gaussian process regression.
  • 541 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Oct 2022

MATLAB for R Users in Computational Finance

Version 1.2.0.1 by Ameya Deoras

Learn how to use MATLAB and R together to tackle your computational needs

- Quantile Regression with R
  • 2.8K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 1 Sep 2016

Quantile-quantile plot

Version 1.1.1.0 by Christopher Hummersone

Quantile-quantile plot with patch option

NOTE: this function is now available from the IoSR Matlab Toolbox as iosr.statistics.qqPlot. ------------------------- qq_plot(y) displays a quantile-quantile plot of the sample quantiles of y versus

- Quantiles of a sample via various methods.
- Quantile-quantile plot with patch option
  • 900 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

Quantile Probability Plot

Version 1.1.0.0 by Valerio Biscione

Quantile Probability Plot

This code generates Quantile Probability Plots, often used in investigating the distribution of reaction times when there are several conditions and several subjects. With this code you can easily

- QUANTILE PROBABILITY PLOTS (as explained in Ratcliff, 2001) or in my
  • 294 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 Feb 2015

Multivariate Polynomial Regression

Version 1.4.0.0 by Ahmet Cecen

Performs polynomial regression on multidimensional data.

Performs Multivariate Polynomial Regression on multidimensional data. The fits are limited to standard polynomial bases with minor modification options. Feel free to implement a term reduction

- Example For MultiPolyRegress
  • 9K (All time)
  • 9 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Dec 2020

Quantiles

Version 1.0.6 by David Ferreira

Calculate the quantiles of a vector or matrix data using linear interpolation.

Example using matrix X = [1 2; 2 5; 3 6; 4 10; 7 11; 10 13];p = [0.25 0.50 0.75];Q = quantile(X,p)Q = 2.2500 5.25003.5000 8.00006.2500 10.7500See more examples described in the script files.

- Analysis
  • 356 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 Oct 2020

Quantile calculation

Version 1.4.0.0 by Christopher Hummersone

Quantiles of a sample via various methods

NOTE: this function is now available from the IoSR Matlab Toolbox as iosr.statistics.quantile. ------------------------- This function calculates quantiles and weighted quantiles for vectors

- Quantiles of a sample via various methods.
- Quantile-quantile plot with patch option
  • 1.6K (All time)
  • 1 (Last 30 days)
  • 4.7 / 5
  • Community
  • 11 Aug 2016

Normal Quantile with Precision

Version 2.0.0.0 by Zdravko Botev

computes the normal quantile function with high precision for extreme values in the tail

computes the quantile function of the standard normal distribution, truncated to the interval [l,u].Method designed for precision in the tails. Inf values for vectors 'l' and 'u' accepted;%Example

- normal quantile function with precision
  • 269 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Apr 2016

quantile_on_quantile

Version 1.0.0 by JUNTAO MA

This is an implementation of Sim, N., & Zhou, H. (2015). Oil prices, US stock return, and the dependence between their quantiles. Journal of

# Quantile-on-Quantile Regression (QQR) Toolbox for MATLABA MATLAB implementation of the Quantile-on-Quantile Regression method for analyzing dependence structures across conditional distributions

- Compute the loss function for Quantile-on-Quantile Regression (QQR)
- Estimate Quantile-on-Quantile Regression (QQR) model
- Validate QQR estimates against standard quantile regression
- Quantile-on-Quantile Regression (QQR) 完整使用示例
  • 2 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 23 Mar 2026

Inference on quantiles: confidence intervals, p-values, and testing

Version 1.7.0.0 by David Kaplan

Improved quantile inference for one- and two-sample (e.g., treatment vs. control) cases

Detailed documentation includes further explanation and examples; just type "help quantile_inf". The following briefly describes functionality as well as the theoretical foundations from the

- QUANTILE_INF Quantile inference based on Hutson (1999),
  • 828 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Mar 2012

Stacked line plot

Version 2.1.1.0 by Christopher Hummersone

Stacked line plots from a matrix or vectors

- Quantiles of a sample via various methods.
- Quantile-quantile plot with patch option
  • 2K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

ISO 226:2003 Normal equal-loudness-level contours

Version 1.2.0.0 by Christopher Hummersone

Return sound pressure levels of pure tone frequencies at specified loudness level(s).

- Quantiles of a sample via various methods.
- Quantile-quantile plot with patch option
  • 1.2K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

Sinc filter

Version 1.1.0.0 by Christopher Hummersone

Apply a near-ideal low- or band-pass filter.

- Quantiles of a sample via various methods.
- Quantile-quantile plot with patch option
  • 3K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

Impulse response acoustic information calculator

Version 1.5.4.0 by Christopher Hummersone

Calculate RT, DRR, Cte, and EDT for impulse response file

- Quantiles of a sample via various methods.
- Quantile-quantile plot with patch option
  • 4.4K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

Nonlinear Regression using ANFIS in MATLAB

Version 1.0.0.0 by Yarpiz / Mostapha Heris

Application of ANFIS to multi-variable nonlinear regression, function approximation and modleing

For more information, see following links:http://yarpiz.com/301/ypfz101-nonlinear-regression-using-anfis

  • 2.2K (All time)
  • 6 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Sep 2015

Orthogonal Linear Regression

Version 1.0.0.0 by F. Carr

Fit data using orthogonal linear regression.

each datapoint DATA(i,:) -- LINORTFITN finds N and C such that the sum of squared distances is minimized.There is already a file in Matlab Central for orthogonal linear regression in 2 dimensions, but it

  • 4.4K (All time)
  • 3 (Last 30 days)
  • 4.7 / 5
  • Community
  • 10 Oct 2007

Regression Utilities

Version 1.3.0.0 by Joe Henning

A variety of regression utilities

This zip file contains 11 functions related to regression. The functions are:1) cookdist.m - Cook's distance for data points2) dregr.m - Deming regression3) irsvdregr.m - Iterative Reweighted Least

  • 1.5K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Nov 2020

Alternative box plot

Version 3.2.1.0 by Christopher Hummersone

Draw a box plot with various display options

Automated construction of a legend. - Set box limits as percentiles. - Set whisker extent via various methods.- Use of weighted quantiles.- Creation of violin plots.

- Quantiles of a sample via various methods.
- Quantile-quantile plot with patch option
  • 10.9K (All time)
  • 6 (Last 30 days)
  • 4.7 / 5
  • Community
  • 28 Jun 2017

Student's t regression

Version 1.1.0.0 by Willem-Jan de Goeij

Estimates a Student's t regression model

Estimates a Student's t regression model:y = X*beta + epswhere eps ~ Student's t (0, sigma, nu).with nu > 2.Parameters are estimated with maximum likelihood.

  • 915 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Aug 2009

Kernel Smoothing Regression

Version 1.2.0.0 by Yi Cao

A non-parametrical regression (smoothing) tool using Gaussian kernel.

Non-parametric regression is widely used in many scientific and engineering areas, such as image processing and pattern recognition.Non-parametric regression is about to estimate the conditional

- KSR Kernel smoothing regression
  • 19K (All time)
  • 3 (Last 30 days)
  • 4.5 / 5
  • Community
  • 24 Dec 2008

Boosted Binary Regression Trees

Version 3.1.0.0 by Kota Hara

Boosted Binary Regression Trees is a powerful regression method which can handle vector targets.

Boosted Binary Regression Trees (BBRT) is a powerful regression method proposed in [1]. BBRT combines binary regression trees [3] using a gradient boosting technique.There are several variants

- REGRESSIONTREEE Summary of this function goes here
- REGRESSIONTREETEST Summary of this function goes here
  • 2.6K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Jul 2016

GP regression

Version 1.0.0.0 by Vadim Smolyakov

Gaussian Process regression

Gaussian Process regression based on posterior updates of noise-less observations

- Gaussian Process (GP) regression
  • 809 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 May 2017

Five parameters logistic regression - There and back again

Version 2.0.0.0 by Giuseppe Cardillo

Fit data points with a five points logistic regression or interpolate data.

Five parameters logistic regressionOne big holes into MatLab cftool function is the absence of Logistic Functions. In particular, The Five Parameters Logistic Regression or 5PL nonlinear regression

- Five-parameter logistic regression (5PL).
  • 1.9K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Dec 2025

LRSLibrary

Version 1.7.0.0 by Andrews Cordolino Sobral

Low-Rank and Sparse Tools for Background Modeling and Subtraction in Videos

- Quantiles of a data vector.
- Index of quantiles.
- (P) Normal quantile function
- Index of sign-balanced quantiles
  • 2.8K (All time)
  • 3 (Last 30 days)
  • 4.4 / 5
  • Community
  • 15 Mar 2023

Binned Scatter Plot

Version 1.1.0.0 by Stefan Schroedl

plot quantiles of y given quantiles of x.

inter-quartile range. X and Y must have the same number of rows or columns.This is useful to visualize two-dimensional distributions.Options include e.g.: plotting different quantiles; means/variances instead of

  • 2.3K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Jan 2010

Regression Outliers

Version 1.0.0.0 by M Sohrabinia

Removes outliers from X and Y variables based on regression residuals

This function accepts two (vector of) variables for which a bivariate linear regression analysis is meant to be performed, and removes the outliers from both variables. Since the regression residual

  • 975 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Jun 2012

Four parameters logistic regression - There and back again

Version 2.0.0.0 by Giuseppe Cardillo

Fit data points with a four points logistic regression or interpolate data.

Four parameters logistic regression.One big holes into MatLab cftool function is the absence of Logistic Functions. In particular, The Four Parameters Logistic Regression or 4PL nonlinear regression

- Four-parameter logistic regression (4PL).
  • 3.2K (All time)
  • 5 (Last 30 days)
  • 4.8 / 5
  • Community
  • 20 Nov 2025

Linear Regression plot with Confidence Intervals in MATLAB

Version 1.0.1 by ABHILASH SINGH

Sample code to plot linear regression curve with confidence intervals.

This is a simplified code to generate a linear regression curve for your paper/report/assignment. Just replace the sample data and comment the line 17 : axis([0.04 0.3 0.03 .35]);This code is

  • 1.7K (All time)
  • 2 (Last 30 days)
  • 4.6 / 5
  • Community
  • 16 Aug 2020

Linear Regression with Errors in X and Y

Version 1.0.0.0 by Travis Wiens

Calculates slope and intercept for linear regression of data with errors in X and Y.

Calculates slope and intercept for linear regression of data with errors in X and Y. The errors can be specified as varying point to point, as can the correlation of the errors in X and Y.The

  • 7.6K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Feb 2010

Passing and Bablok regression

Version 1.1.0.0 by Andrea Padoan

Passing & Bablok regression is a linear regression procedure usefull for comparing clinical methods

. Classical linear regression method assume that variables X and Y are normal distributed and with a measurement error costant over the range of concentrations.However, in method comparison studies we generally

- Passing Bablok regression
  • 2.4K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jan 2010

Probabilistic Linear Regression

Version 1.0.0.0 by Mo Chen

Probabilistic Linear Regression with automatic model selection

This package contains functions that fit a probabilistic linear regression model. For the ordinary regularized linear regression, user has to manually assign the regularization parameter. However

- Linear regression
- Compute linear regression model reponse y = w'*X+w0 and likelihood
- Fit empirical Bayesian linear regression model with EM (p.448 chapter 9.3.4)
  • 638 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Mar 2016

LOESS regression smoothing

Version 2.1.0.0 by Gabriel Marsh

LOESS performs a locally weighted regression fit to noisy data

Function fLOESS performs LOESS (locally weighted non-parametric regression fitting using a 2nd order polynomial) smoothing to one dimensional data, without the Matlab Curve Fitting Toolbox. This

  • 2.4K (All time)
  • 5 (Last 30 days)
  • 4.9 / 5
  • Community
  • 10 Mar 2016

Gaussian Process Regression (GPR)

Version 1.0.0 by Kepeng Qiu

Gaussian Process Regression using GPML toolbox V4.2

- Gaussian Process Regression (GPR) %%%%%%%%%
- Gaussian Process Regression (GPR) %%%%%%%%%
  • 2.2K (All time)
  • 8 (Last 30 days)
  • 4.8 / 5
  • Community
  • 5 Sep 2019

Long term average spectrum

Version 1.0.0.0 by Christopher Hummersone

Calculate the long-term average spectrum of a signal

- Quantiles of a sample via various methods.
- Quantile-quantile plot with patch option
  • 1.1K (All time)
  • 3 (Last 30 days)
  • 4.3 / 5
  • Community
  • 11 Aug 2016

Kernel Ridge Regression

Version 1.0.0.0 by Ambarish Jash

This is ridge regression implemented using the Gaussian Kernel.

The Gaussian Kernel can be changed to any desired kernel. However such a change will not dramatically improve results. This is a variant of ridge regression using the kernel trick (Mercers Theorem).

- % This function performs the kernel ridge regression using the Gaussian
  • 2.4K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 Apr 2010

Interactive regression on a plot

Version 1.0.0.0 by Ivar Eskerud Smith

Perform regression on plotted data in a figure by manually choosing the regression area.

Plot data in a figure, and then interactively choose regression area. The result from polyfit is returned.Example:x=1:1:10;y=sin(x);f=figure; plot( x,y );[p,h] = figreg( f, 2 );%fit a second order

- Perform regression on the current axis in a figure.
  • 520 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 Aug 2010

Bayesian Linear Regression

Version 1.2.0.0 by Dr. Soumya Banerjee

This is a set of MATLAB functions to do Bayesian linear regression

This is a set of MATLAB functions to do Bayesian linear regression. Derivations are also included.

- % Name - CALL_bayesian_regression
  • 3.3K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 Nov 2014

Support Vector Regression (SVR)

Version 1.2.1 by Mehdi Ghasri

Support Vector Regression (SVR)

Support Vector Regression (SVR)Support Vector Regression (SVR) is a type of regression analysis that uses Support Vector Machines (SVMs) to perform linear or nonlinear regression. Similar to SVMs for

  • 447 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 Oct 2023

Local Regression 2D

Version 1.1.0.0 by Arnout Tilgenkamp

Local Regression for 2D Data with plot/figure

This function will perform a local regression at the given points. Using the data at hand. You will need to input a spanwidth which will tell the function how many datapoints he will use in the local

  • 919 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Aug 2010

mGstat

Version 1.1 by Thomas Mejer Hansen

Some tools for geostatistical analysis

  • 810 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Sep 2022

Regression with Gradient Descent

Version 1.2 by Shujaat Khan

Regression with Gradient Descent; A coefficient finding technique for the desired system model.

Regression with Gradient Descent; A coefficient finding technique for the desired system modelI included different functions to model the data using descent gradient techniqueperformed Linear

  • 1.7K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Oct 2018

Local Linear Kernel Regression

Version 1.0.0.0 by Yi Cao

A function to provide local linear estimator of Gaussian kernel regression

This is the local linear version of the kernel smoothing regression function: http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=19195&objectType=FILEThe local linear

- KSRLIN Local linear kernel smoothing regression
  • 8.6K (All time)
  • 1 (Last 30 days)
  • 4.5 / 5
  • Community
  • 14 Apr 2008

Nonlinear Regression Shapes

Version 1.0.0.0 by John D'Errico

Curve fitting, empirical modeling, and an appreciation of shape

The art of fitting a nonlinear regression model often starts with choosing a model form. This submission is an attempt to teach the reader a simple but general paradigm for their models as a sum of

  • 6.3K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 Jun 2006

MATDRAM: Delayed-Rejection Adaptive Metropolis MCMC

Version 2.2.3 by CDSLAB

MatDRAM is a pure-MATLAB Adaptive Markov Chain Monte Carlo simulation and visualization library.

, sampling, and integration of mathematical objective functions of arbitrary-dimensions, in particular, the posterior probability distributions of Bayesian regression models in data science, Machine Learning

  • 557 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jul 2024

hctsa

Version 1.9.0.0 by Ben Fulcher

Highly comparative time-series analysis

  • 1.1K (All time)
  • 7 (Last 30 days)
  • 4.5 / 5
  • Community
  • 14 Aug 2023

Linear Deming Regression

Version 1.2.0.0 by James Hall

deming perfoms a linear Deming regression. Useful when errors are present in both x and y variables.

[ b sigma2_x x_est y_est stats] = deming(x,y,lambda,alpha)deming() performs a linear Deming regression to find the linear coefficients: y = b(1) + b(2)*xunder the assumptions

  • 2.1K (All time)
  • 4 (Last 30 days)
  • 4.0 / 5
  • Community
  • 29 Sep 2014

Logistic Regression

Version 1.0.0.0 by earth science learner

Binary Classification is done by making a Decision Boundary through logistic regression approach

Logistic regression is a classification approach for different classes of data in order to predict whether a data point belongs to one class or another. Sigmoid hypothesis function is used to

  • 2.5K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 Feb 2018

Multiscale Geographically Weighted Regression

Version 2.2 by NLiu

multiscale geographically weighted regression

This code implement multiscale geographically weighted regression, it can predict at unsampled locations. Two test codes show how to use them.

  • 50 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 Jun 2025

Gaussian Mixture Model (GMM) - Gaussian Mixture Regression (GMR)

Version 1.2.0.0 by Sylvain Calinon

Encoding of data in Gaussian Mixture Model and retrieval through Gaussian Mixture Regression

GMM-GMR is a set of Matlab functions to train a Gaussian Mixture Model (GMM) and retrieve generalized data through Gaussian Mixture Regression (GMR). It allows to encode efficiently any dataset in

- % Gaussian Mixture Regression.
- % Demo of the spatial Gaussian Mixture Regression (GMR) using query points
  • 19.3K (All time)
  • 1 (Last 30 days)
  • 4.8 / 5
  • Community
  • 24 Jul 2009

Modified CMRmap

Version 1.1.0.0 by Christopher Hummersone

Produces a colour colormap, of arbitrary length, that is monochrome-compatible.

- Quantile-quantile plot with patch option
- Quantiles of a sample via various methods.
  • 806 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

Subplot position calculator

Version 1.0.0.0 by Christopher Hummersone

Calculate subplot positions by specifying figure margins and axis scaling.

- Quantile-quantile plot with patch option
- Quantiles of a sample via various methods.
  • 985 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

gmregress

Version 1.7.0.0 by Antonio Trujillo-Ortiz

Geometric Mean Regression (Reduced Major Axis Regression).

Model II regression should be used when the two variables in the regression equation are random and subject to error, i.e. not controlled by the researcher. Model I regression using ordinary least

  • 2.2K (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Apr 2014

smooth

Version 1.0.0.0 by Christopher Hummersone

Perform windowed smoothing on a vector using mathematical functions

- Quantiles of a sample via various methods.
- Quantile-quantile plot with patch option
  • 2.5K (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 11 Aug 2016

Fast Ridge Regression

Version 1.0.0 by Hiroto Imamura

Fast Ridge regression with multiple ridge parameters and response variables.

ridge_fast is a high-performance MATLAB function designed to perform ridge regression with multiple response variables and multiple ridge penalty values—significantly faster than MATLAB’s built-in

- Fast Ridge regression with multiple ridge parameters and response variables.
- Ridge Regression Speed and Accuracy Comparison
  • 28 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Feb 2025

Fuzzy regression tree

Version 1.2.2.0 by Konstantin Sidelnikov

Generates fuzzy inference system (FIS) using regression tree algorithm and ANFIS training

The archive includes genfis4.m that generates Mamdani- and Sugeno-type FIS using regression tree algorithm to extract fuzzy rule information from data set. It is based mostly on Fuzzy Logic Toolbox

- This example demonstrates the using of fuzzy regression tree
- This example demonstrates the using of fuzzy regression tree
- GENFIS4 Generates a FIS based on tree-based regression
  • 4.6K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 Feb 2017

Load more