Normalize Compositional Distance

버전 1.2.0.0 (3.65 KB) 작성자: Sam Roberson
Calculate difference and differentiation potential between particle-size distributions.
다운로드 수: 282
업데이트 날짜: 2013/9/16

라이선스 보기

[NCD,DP] = NCD(files) calculates the Normalized Compositional Difference (NCD) (aka Normalized Difference) between compositions and the Differentiation Potential (DP) between groups of compositions.

INPUTS:

NCD(files) is a 1 by nf cell array of the input file paths.
If files is not specified they must be selected manually
using a file open interface dialog.

Compositions are given in CSV files as row-ordered arrays, i.e. 1 composition per row.

All compositions must be vectors of the same length, i.e. all arrays have the same number of columns. The number of compositions (i.e. rows) can vary between files and is not limited.

Groups of compositions are stored in seperate CSV files, each with an identical number of columns.

The contents of CSV files should be numeric and contain no characters.

OUTPUTS

Results are written to 'NCD_analysis.csv', containing:

1. Mean, median and standard deviation of NCD between compositions in each file (group).

2. Median NCD between files (groups), DP scores and significance at 95% confidence level (1 == pass, 0 == fail). The median NCD between files is calculated pairwise, so that each composition in File A is compared to each composition in File B.

인용 양식

Sam Roberson (2024). Normalize Compositional Distance (https://www.mathworks.com/matlabcentral/fileexchange/39220-normalize-compositional-distance), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Fixes matrix calculation and now uses t-distribution rather than normal distribution to calculate confidence levels.

1.1.0.0

Bug fixes

1.0.0.0