On fish 'jumpers' and the fallacy of observation

tenurepro

Well-Known Member
View Badges
Joined
Mar 17, 2017
Messages
844
Reaction score
1,309
Rating - 0%
0   0   0
Hi All,

I thought it would be fun to put this out there after some discussions with other reefers. Essentially; some folks claim that a certain group of fish never jump (because of personal experience of keeping a few fish) while others claim that the same group of fish are jumpers and are thus ultimately doomed to certain death in an open top tank. This little writeup shows how both view points can be reconciled with some simple math.

Ok, we hear a lot of general statements about certain fish being jumpers versus others that are not. But obviously, there are some individual specific tendencies (personality), species specific tendencies, genera specific tendencies, and all of this is modified by the tank environment (etc. size of tank, depth, interactions with other fish). I don't really think that fish are either jumpers or not jumpers... way too binary. For the simplicity of the model developed below, lets think of fish have a 'probability' of jumping for any given day; this probability depends on species (some species of fish/wrasse have higher probabilities of jumping than others) and tank environment / scape. We can probably all agree that most fish can in theory jump, so the probability of jumping is almost always a number that is greater than zero.

If the probability of jumping is greater than zero and substantially high. (say 10% a day), then it is inevitable that the fish will jump given enough time, and that a cover is absolutely needed to keep the fish alive in a tank.

Even if the probability of jumping is really low, say, 1 in 100,000 (0.001%) a day... it doesn't mean that the fish will never jump. Given enough time, rare events will occur (think of people winning the lottery, or getting struck by lighting... it happens, but it is rare). When we are dealing with such low probabilities, then it is totally conceivable to see how some reefers can keep the same species in an open top without them ever jumping, while others having them jump a few times... (just like some people win the lottery while most don't; you can't argue that just because you didn't' win the lottery, that nobody wins the lottery; also, you can't argue that if you win the lottery, than every one will win the lottery)...

So i decided to explore some models of fish jumping in an open top tank given a CONSTANT (assumption) daily probability of jumping. The constant assumption and the discrete nature of jumping (and dying) vs. not jumping (and living) make this problem very easy to model with the binomial distribution. if you were sick during math in high school, then the binomial is the little (n choose k) equation, where you predict the number of success or failures in N trials, assuming the probability of success or failure is constant. You can use the binomial to determine the probability of tossing a fair coin 20 times and getting only 5 tails for example.

In the context of fish jumping, we set the probability of success = daily probability of fish jumping, and ask how many times we observe 0 jumps over time... that gives us the probability of fish NOT jumping... 1- probability of fish NOT jumping is the same as the probability of fish jumping.

So here is the first model – assuming a fish has a 1% chance of jumping per day… The probability that this fish would have jumped within the first year is close to 97.5%, The probability of this fish NOT jumping on you for a year is a measly ~2.5%... You NEED to get a cover if you want to keep this fish as the chance of keeping one in a tank with an open top are incredibly LOW.
273debbd8457b4976b8cb4e664f44f76.jpg


The second model has a daily probability of jumping at 3 in 10,000 (.03%); here we get into the grey zone. The chances of this fishing jumping by year one is about 10%, year 2 is about 20%, year 3 is about 30%, and year 5 is about 45%. The flip coin of this is you can almost certainly keep this fish alive in an open top tank (i.e. chance of fish NOT jumping) for a year, or two with only a small risk of it jumping). By 5 years though, it gets very dicey … that is to say that half of the people that attempt this fish in an open top tank for 5 years will be successful while the others will not. This is where we tend to see a lot of debate between reefers; One will argue that I kept fish X for 5 years in an open top without it carpet surfing, so “they are not jumpers”, while another will say, I tried fish X and it went carpet surfing, so ‘they are jumpers”; here is where the fallacy of observation bites us in the *** (with the binomial distribution laughing in the background).
74737c128bbf5a82a4773c97f098b574.jpg


Finally, the last model has daily probability of jumping at 1 in 100,000 (0.001%). This is the safe zone. You can keep this fish in an open top without any significant risk. At 5 years, the probability that this fish went carpet surfing is about 2%... you can take that risk.
adfb804baca9bfd224060ecd3f068f7f.jpg


While this model is very simple, I think it captures the stochastic nature of fish jumps.

In terms of real-world advice. It is just a matter of knowing the species you plan on keeping, their propensity for jumping, and how much risk you are willing to take with your fish. If you want to guarantee no jumping, then a well fitting / well constructed cover is necessary. For some species, the probability of jumping can be low enough, that it is very conceivable that you can keep them in an open top tank for a long period of time without any incidents... just keep in mind that rare events can and do happen given enough time.


If you are interested in running these simulations, here is some quick r code (r is free, but requires a bit of know how to access)

Just copy and paste this into r to explore different scenarios

dailyp=1/100000 #set this to the daily probablity

par(mfrow=c(1,2)) # initialize plot area

pjump=c() #initialize prob jump array

t=c() # initialize time in years array

for (time in c(0.5,1,1.5,2,2.5,3,3.5,4,4.5,5))

{t=c(t,time)

pjump =c(pjump,1-pbinom(0,size=round(time*365),prob=dailyp))

}

plot(t,pjump,main=c("Chance of Fish Jumping Over Time [",dailyp,"0.001% per day]"),xlab="Years in tank",ylab="Cumulative probability",pch=19,col='red')

plot(t,(1-pjump),main=c("Chance of Fish Jumping Over Time [",dailyp,"0.001% per day]"),xlab="Years in tank",ylab="Cumulative probability",pch=19,col="blue")
 

Katrina71

Learn, Laugh, Love
View Badges
Joined
Mar 26, 2017
Messages
37,323
Reaction score
210,590
Rating - 100%
1   0   0
It only takes once!
 

ngoodermuth

5000 Club Member
View Badges
Joined
Mar 4, 2011
Messages
5,217
Reaction score
12,399
Location
York, PA
Rating - 0%
0   0   0
My lineatus has "jumped" twice. Once from a specimen cup into the QT. And once hitting the screen top. The second time "could" have been fatal if there was no screen, it was a good jump...he gave himself a nice little scrape. Wrasses are spooky fish, all it takes is a shadow crossing their path to shoot them out of the tank.

I absolutely think some species have a much higher propensity to jump. But the most important thing to take from this post is that any fish CAN jump, and the only way to be sure it won't happen is to have your tank covered. I just feel like I have invested too much time and funds into my fish to have them end up as carpet jerky [emoji46] Especially when a sturdy, mesh cover can be made for something like $15-20.
 

saltyhog

blowing bubbles somewhere
View Badges
Joined
Jan 2, 2014
Messages
9,392
Reaction score
25,024
Location
Conway, Arkansas
Rating - 0%
0   0   0
How could you ever decide what the daily probability if for any individual fish?

I'm with ngoodermuth, way too easy to eliminate the possibility with a screen top. Very attractive ones that are almost invisible are available for rimless tanks as well.
 

Katrina71

Learn, Laugh, Love
View Badges
Joined
Mar 26, 2017
Messages
37,323
Reaction score
210,590
Rating - 100%
1   0   0
I'd like to have one for our little 8 gallon biocube, something with an access for water changes. Anyone do custom clear acrylic? Reasonably priced.
 
OP
OP
tenurepro

tenurepro

Well-Known Member
View Badges
Joined
Mar 17, 2017
Messages
844
Reaction score
1,309
Rating - 0%
0   0   0
I agree that any fish can jump, and that it is likely difficult to determine probabilities of fish jumping. I also agree that different fish/species have different propensity for jumping. The models are just a fun way - at least for me [emoji12]- to think about how probabilistic events can lead to outcomes that appear contradictory, but are not. We all - to some degree - use our experiences with our tanks to generalize things. So someone may keep a fish in an open top tank for 3 to 5 years without incident, leading her/him to believe that the species is not a 'jumper'. Others may buy the same species and it goes carpet surfing... then arguments, confusion and misinformation ensues. But my simple models actually predict that fish with intermediately low propensity to jump, both long term success and short term failure can be equally likely outcomes.

From a reef keeping / husbandry perspective. Getting a good cover is the surest way to eliminate carpet surfing. For those that like the open top, then the models predict success for fish with really low propensity of jumping. It's just a matter of managing risk.
 

ngoodermuth

5000 Club Member
View Badges
Joined
Mar 4, 2011
Messages
5,217
Reaction score
12,399
Location
York, PA
Rating - 0%
0   0   0
I get what you're saying about each person basing their opinion on their own experiences, but when you see frequent posts and talk to other hobbyists and hear "my such and such wrasse jumped" it starts to become a pattern [emoji12]That's the beauty of these forums, we can learn from each other's mistakes.
 

hart24601

5000 Club Member
View Badges
Joined
Mar 18, 2014
Messages
6,579
Reaction score
6,633
Location
Iowa
Rating - 0%
0   0   0
What gets difficult is if there are other circumstances that are influencing the jumping some hobbiests report that we never know about. Perhaps someone is new and they have an ammonia spike but never realize it - but the fish did and jumped. Or they had incompatible species and aggression but the person never whitnessed it. Now if we had a huge number of samples for ever species it wouldn't be a big deal and the probability would be fine, but we don't have that large of a sample size and people generally are more likely to post when their fish jump rather then if they just stay put.

I mean it's pretty obvious that to minimize jumping a cover will do that of one is worried.

Would be interesting to see how many people had tank failures and determine probability of losing your tank and inhabitants every year.
 

laga77

Active Member
View Badges
Joined
Dec 20, 2013
Messages
228
Reaction score
270
Location
Alsip IL
Rating - 0%
0   0   0
I would provide a list of possible things that would make a fish jump, but I only have two hours until I need to go out. So it will have to wait until I have more time.
 

hart24601

5000 Club Member
View Badges
Joined
Mar 18, 2014
Messages
6,579
Reaction score
6,633
Location
Iowa
Rating - 0%
0   0   0
To add yet even another dimension is tank design. Over the years I have seen species that are easily startled, they dash to the sides and then straight up and over, however a decent size eurobrace generally prevents tank escape. I have also had some fish that are aggressive at feeding time, coming up around 1". In a rimless tank that has 1/2" between waterline and floor it might be an issue, however if a tank has 2" between waterline and rim it's not.

And like before if we had enough data it wouldn't be a huge deal but with the very limited responses generally given and lacking tank design information it is hard imo to made a model. And we have not talked about interior tank layout and how that might impact jumping re hidong places, flow light intensity...
 

When to mix up fish meal: When was the last time you tried a different brand of food for your reef?

  • I regularly change the food that I feed to the tank.

    Votes: 23 28.8%
  • I occasionally change the food that I feed to the tank.

    Votes: 30 37.5%
  • I rarely change the food that I feed to the tank.

    Votes: 21 26.3%
  • I never change the food that I feed to the tank.

    Votes: 5 6.3%
  • Other.

    Votes: 1 1.3%

New Posts

Back
Top