Fanchart - Visualize percentiles of time series data

버전 1.1.0.1 (436 KB) 작성자: Ameya Deoras
Visualize forecast confidence or Monte-Carlo time series simulations
다운로드 수: 3.2K
업데이트 날짜: 2016/9/1

라이선스 보기

A fan chart is a plot of time-varying distribution percentiles shown as shaded bands around a central (median/mean) line. It is useful for plotting paths of a Monte-Carlo simulation of time series or prediction confidence bands around a central mean forecast. The bands are drawn as shaded area charts using various colormaps.
This function works well with clickableLegend allowing you to show or hide certain bands.
Please take a look at the fanChart_examples published file in the submission.

Inputs:
xvals - the X-axis values for the data to be visualized. If empty, xvals = 1:size(paths,1)
paths - a nSteps-by-nTrials matrix of simulated paths.
centerType - string 'mean' or 'median' (default: 'median')
prctiles - an array of percentiles to calculate (default: 5:5:95)

Optional parameter-value inputs:
parent - the axes object to draw the chart in (default: gca)
alpha - the transparency coefficient for the bands (default: 1 (no
transparency))
colormap - a string, cell array or function handle to a colormap function (default: boeRedMap).
the cell array syntax should contain a string name of the colormap function as the first
element and optional arguments to that function as additional elements
Available colormap functions in fanChart are boeRedMap,
shadesOfRed and shadesOfColor

인용 양식

Ameya Deoras (2024). Fanchart - Visualize percentiles of time series data (https://www.mathworks.com/matlabcentral/fileexchange/48006-fanchart-visualize-percentiles-of-time-series-data), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.1

Updated license

1.1.0.0

Added screenshot