makeunique(in, scale)

버전 1.0.0.0 (1.32 KB) 작성자: Jeff Mandel
Function that accepts a vector with duplicate values and adjusts the duplicates
다운로드 수: 13
업데이트 날짜: 2017/12/4

라이선스 보기

This routine takes a vector of observations that contains duplicated values and returns a vector in which the duplicates have been adjusted by a specified fraction of the standard deviation of the vector, returning a vector with the same mean. It also returns the cumulative probability for the range. The intended purpose is to be able to determine the cumulative probability of a new observation using interp1:
a=[1:10,7,7,7];
probability = interp1(makeunique(a),5);

인용 양식

Jeff Mandel (2024). makeunique(in, scale) (https://www.mathworks.com/matlabcentral/fileexchange/65301-makeunique-in-scale), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Polynomials에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

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