We have some data distributed with triangular distribution (an assumption), lets say:
data = [14.5 13 11 11.5 13.75 11.5 7.5 11.25 23.75 12.75]
How can we calculate min and max and mean values based on these data according to triangular distribution?