Hi, How does 3DEC calculate for persistence? Is it a ratio? I am aware that a value of 1 defines fully persistent while a value of 0.1 or so gives non-persistent joints. But I am curious to know how does the software calculate based the assigned value?
persistence f
Set the probability that any given block lying in the path of a joint will be split
(i.e., if f = 0.5, then 50% of the blocks will be split, on average).
I guess that if another distribution is required (e.g., Gaussian), you’ll have to implement it through a Fish function.
Hi! in 3DEC the persistence set the probability that any given block lying in the path of a joint will be split (i.e., if f = 0.5, then 50% of the blocks will be split, on average)