Skip to content

Commit 21098fd

Browse files
committed
Add initialise script to the root of the folder
1 parent 3185d3d commit 21098fd

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

COSSANXengine/src/simulations/@SubSet/computeFailureProbability.m

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
function [Xpf,varargout]=computeFailureProbability(Xobj,Xtarget)
2-
%COMPUTEFAILUREPROBABILITY method. This method computes the Failure
3-
%Probability (pf) associate to a ProbabilisticModel / SystemReliability /
4-
%MetaModel by means of SubSet Simulation methods.
2+
%COMPUTEFAILUREPROBABILITY computes the failure probability using subset simulation
3+
% of the associate ProbabilisticModel.
54
%
65
% See also:
76
% https://cossan.co.uk/wiki/index.php/computeFailureProbability@Simulation

initialise.m

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
% Initialise OpenCossan
2+
%
3+
% Usage run this script
4+
5+
6+
% Author: Edoardo Patelli
7+
% Cossan Working Group
8+
% email address: openengine@cossan.co.uk
9+
% Website: https://www.cossan.co.uk
10+
11+
FullPath=fileparts(mfilename('fullpath'));
12+
cd COSSANXengine/src/common/
13+
OpenCossan
14+
cd(FullPath)

0 commit comments

Comments
 (0)