Commit 67db01a2 by Chiara Antonini

Upload new file

1 parent a85260d1
%Abstract class for defining a method to compute the upper and lower tails of the conditional
%pdfs of parameters
classdef (Abstract) TailMethod
methods (Abstract)
[XiMax,XiMin]=compute_tailspdf(obj,obj_TimeBehavior,perturbation,tail_size);
end
end
\ No newline at end of file
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!