compute-hdc: Highest density contour method in Matlab

버전 1.2.4 (389 KB) 작성자: Andreas Haselsteiner
A software to compute a highest density environmental contour.
다운로드 수: 288
업데이트 날짜: 2020/5/7

# compute-hdc: Highest density contour method in Matlab
![Environmental contour](example-environmental-contour.jpg)

A software to compute a highest density environmental contour.

A highest density (HD) contour is one possible definition for an environmental
contour. This definition has been proposed by Haselsteiner, Ohlendorf,
Wosniok and Thoben (2017; http://doi.org/10.1016/j.coastaleng.2017.03.002)

## Download and use the repository
To download this repository and its submodules use
```console
git clone --recurse-submodules https://github.com/ahaselsteiner/compute-hdc.git
```

## Individual files and functionality
This software involves a couple of .m files for computing a HD contour:
* `computeHdc`: Computes the contour. It needs a probabilistic model,
an exceedance probability and a grid as its input.
* `computeHdcExampleWithCMA`: Cotains examples how to use `computeHdc`.
* `getProbabilisticModel`: Returns some sample probabilistic models,
which can be used with `computeHdc`.
* The other functions are subroutines needed for `computeHdc`.

The software also includes implementations of other environmental contour
methods, which use different definitions for the exceedance probablity
of an environmental contour:
* `computeIFormContour`: Computes an inverse first order reliablity method
(IFORM) contour.
* `computeDsContour`: Computes a direct sampling contour.
* `computeISormContour`: Computes an inverse second order reliablity method
(ISORM) contour.

인용 양식

Andreas Haselsteiner (2024). compute-hdc: Highest density contour method in Matlab (https://github.com/ahaselsteiner/compute-hdc), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Coordinate Reference Systems에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.2.4

* Fixed a bug that occured when a model used the lognormal distribution for X2 and it had no dependency function when IFORM or ISORM contours were calculated.

* Added tests for the IFORM and ISORM contours.

1.2.3

Fixed problems with model#9 that caused errors with the IFORM and ISORM example.

1.2.2

* Added implementations of IFORM, ISORM and Direct Sampling contour methods.

1.1.1

New features:
* Supports distributions that were estimatedusing kernel density estimation
* Supports the exponentiated Weibull distribution

1.0.2.0

* improved the calculation of the HDC based on the HDR for dimensions d > 2 (now a 3x3x3 and 3x3x3x3 structural element is used)
* included comments in getEnvironmentalPdfModel.m describing where users can input their own probabilistic model

1.0.1.0

added checks for Matlab toolboxes, added Octave support

1.0.0.2

added link to preprint of highest density contour publication

1.0.0.1

improved fileexchange description

1.0.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.