Body Fat Calipers

  • MCJ
  • Topic Author
  • Platinum Member
  • Platinum Member
More
13 Feb 2012 11:02 #92473 by MCJ
Body Fat Calipers was created by MCJ
Hi guys

What does a caliper cost and where would I find one?

Size Matters

Please Log in or Create an account to join the conversation.

  • AnabolicFreak
  • New Member
  • New Member
More
13 Feb 2012 11:07 #92474 by AnabolicFreak
Replied by AnabolicFreak on topic Body Fat Calipers
Plastic ones are the cheapest. A proper Metal Caliper the dietitians use cost roughly R10 000.

Please Log in or Create an account to join the conversation.

  • 00pump
  • Moderator
  • Moderator
More
13 Feb 2012 11:10 #92475 by 00pump
Replied by 00pump on topic Body Fat Calipers
Dischem, around R300/500 depending on the caliper.. Not sure if they still stock them.

"Whether You Think You Can or Can't, You're Right"--Henry Ford

Please Log in or Create an account to join the conversation.

  • AnabolicFreak
  • New Member
  • New Member
More
13 Feb 2012 11:10 #92476 by AnabolicFreak
Replied by AnabolicFreak on topic Body Fat Calipers
Cheap one ranges R200. Dischem.

Please Log in or Create an account to join the conversation.

  • VonD
  • New Member
  • New Member
More
13 Feb 2012 11:11 #92479 by VonD
Replied by VonD on topic Body Fat Calipers
Plastic ones i dont trust but the one at my gym costs +/- 3k-4k

Please Log in or Create an account to join the conversation.

  • MCJ
  • Topic Author
  • Platinum Member
  • Platinum Member
More
13 Feb 2012 11:16 #92483 by MCJ
Replied by MCJ on topic Body Fat Calipers
Gotta be shitting me! LOL that's insane!

How "less accurate" are the cheaper R300 ones?

Size Matters

Please Log in or Create an account to join the conversation.

  • AnabolicFreak
  • New Member
  • New Member
More
13 Feb 2012 11:20 #92486 by AnabolicFreak
Replied by AnabolicFreak on topic Body Fat Calipers
My Dietitian says proper accurate ones are R10,000. Its mad!

Please Log in or Create an account to join the conversation.

  • Empire
  • Expert
  • Expert
More
13 Feb 2012 11:25 #92490 by Empire

Please Log in or Create an account to join the conversation.

  • Heretic47
  • Platinum Member
  • Platinum Member
More
13 Feb 2012 12:33 #92521 by Heretic47
Replied by Heretic47 on topic Body Fat Calipers
hey bro. I actually just ordered mine from bodybuilding.com for like $10. they're plastic.

will let you know when I eventually get them and the quality

"Do not pray for an easy life, pray for the strength to endure a difficult one"

Please Log in or Create an account to join the conversation.

  • Empire
  • Expert
  • Expert
More
13 Feb 2012 13:21 #92528 by Empire
Replied by Empire on topic Body Fat Calipers
i just ordered these ones on the wantitall.co.za i will see when they arrive

Please Log in or Create an account to join the conversation.

  • admin
  • Administrator
  • Administrator
More
13 Feb 2012 13:35 - 13 Feb 2012 13:37 #92531 by admin
Replied by admin on topic Body Fat Calipers
I have one of these:



I bought it here for R160 and received it two days later:

www.bodysynergy.co.za/shop/product_info....a169e7cb60789c1e9bd7

I see no reason why a plastic one will be less accurate. The accuracy will depend on the user doing the measurements and not the equipment.
Last edit: 13 Feb 2012 13:37 by admin.

Please Log in or Create an account to join the conversation.

  • Empire
  • Expert
  • Expert
More
13 Feb 2012 13:36 - 13 Feb 2012 13:42 #92533 by Empire
Replied by Empire on topic Body Fat Calipers
www.exrx.net/Calculators/BodyComp.html just remember to use the 7 point test to check your body fat %
Last edit: 13 Feb 2012 13:42 by admin.
The following user(s) said Thank You: MCJ

Please Log in or Create an account to join the conversation.

  • admin
  • Administrator
  • Administrator
More
13 Feb 2012 13:43 #92536 by admin
Replied by admin on topic Body Fat Calipers
Nice, I wonder if they will give me the code for that page. I would like to do a similar thing here.
The following user(s) said Thank You: MCJ

Please Log in or Create an account to join the conversation.

  • admin
  • Administrator
  • Administrator
More
13 Feb 2012 13:47 #92539 by admin
Replied by admin on topic Body Fat Calipers
Ahh, they use javascript and not php, so I'm able to view the source.

See I have to ask permission to use it though, so if the guy says it's fine I will implement a similar calculator here:
Code:
<!-- Do not copy any part of this script without permission; James T. Griffing, MS, BS; http://www.exrx.net //--><!-- function calc (form) { var NS, S, SumSeven, SumThreeMale, SumThreeFemale, StandDev, PercRegress, Zscore, PE NS=form.NumberSites.options[form.NumberSites.selectedIndex].value S=form.Sex.options[form.Sex.selectedIndex].value SumSeven=form.Triceps.value*1+form.Pectoral.value*1+form.Midaxilla.value*1+form.Subscapula.value*1+form.Abdomen.value*1+form.Suprailiac.value*1+form.Quadriceps.value*1 SumThreeMale=form.Pectoral.value*1+form.Abdomen.value*1+form.Quadriceps.value*1 SumThreeFemale=form.Triceps.value*1+form.Suprailiac.value*1+form.Quadriceps.value*1 if (S == "Male" && NS=="7") { form.Density.value = 1.112-0.00043499*SumSeven+0.00000055 *Math.pow(SumSeven,2)-0.00028826*form.Age.value } if (S == "Female" && NS=="7") { form.Density.value = 1.097-0.00046971*SumSeven+0.00000056 *Math.pow(SumSeven,2)-0.00012828*form.Age.value } if (S == "Male" && NS=="3") { form.Density.value = 1.10938-0.0008267*SumThreeMale+0.0000016 *Math.pow(SumThreeMale,2)-0.0002574*form.Age.value } if (S == "Female" && NS=="3") { form.Density.value = 1.0994921-0.0009929*SumThreeFemale+0.0000023 *Math.pow(SumThreeFemale,2)-0.0001392*form.Age.value } form.PercentFat.value = (4.95/form.Density.value-4.5)*100 form.FatWeight.value = form.Weight.value*form.PercentFat.value/100 form.LeanWeight.value = form.Weight.value-form.FatWeight.value if (S == "Male") { form.PopulationAverage.value = 13.815+0.13*form.Age.value } if (S == "Female") { form.PopulationAverage.value = 21.55+0.1*form.Age.value } if (S == "Male") { StandDev ="6" } if (S == "Female" && form.PercentFat.value<=form.PopulationAverage.value) { StandDev ="8" } if (S == "Female" && form.PercentFat.value>form.PopulationAverage.value) { StandDev ="7" } Zscore = (form.PopulationAverage.value-form.PercentFat.value)/StandDev PE= Math.exp(-1.8355027*(Math.abs(Zscore)-0.23073201)) PercRegress= -0.41682992*(PE-1)/(PE+1)+0.58953708 if (Zscore > 0) { form.Score.value = Math.round(PercRegress*100) } if (Zscore <= 0) { form.Score.value = Math.round((1-PercRegress)*100) } if (Zscore >= 1) { form.Rating.value ="Excellent" } if (Zscore < 1 && Zscore >= 0.5) { form.Rating.value ="Good" } if (Zscore < 0.5 && Zscore >= -0.5) { form.Rating.value ="Average" } if (Zscore < -0.5 && Zscore >= -1) { form.Rating.value ="Fair" } if (Zscore < -1) { form.Rating.value ="Poor" } } //-->
The following user(s) said Thank You: imtheish

Please Log in or Create an account to join the conversation.

  • Empire
  • Expert
  • Expert
More
13 Feb 2012 13:50 #92543 by Empire
Replied by Empire on topic Body Fat Calipers
awesome admin,lets hope he says yes :)

Please Log in or Create an account to join the conversation.

  • admin
  • Administrator
  • Administrator
More
13 Feb 2012 13:57 #92546 by admin
Replied by admin on topic Body Fat Calipers

DJ wrote: awesome admin,lets hope he says yes :)


Email sent, but if he doesn't agree I will just find the formulas somewhere else and write my own algorithm.

Please Log in or Create an account to join the conversation.

  • crawler
  • Platinum Member
  • Platinum Member
More
13 Feb 2012 14:35 #92573 by crawler
Replied by crawler on topic Body Fat Calipers
Cool site,

Shows there I have 9.1% fat, and at my PT is 8.37%, so very close

Please Log in or Create an account to join the conversation.

  • MCJ
  • Topic Author
  • Platinum Member
  • Platinum Member
More
13 Feb 2012 14:44 #92582 by MCJ
Replied by MCJ on topic Body Fat Calipers
Do you just enter your measurements into that calculator?

Size Matters

Please Log in or Create an account to join the conversation.

  • Ondier
  • Platinum Member
  • Platinum Member
More
13 Feb 2012 14:51 #92597 by Ondier
Replied by Ondier on topic Body Fat Calipers
Vra 'n Dischem supplement rep om vir jou 'n USN caliper te bestel- R20 en doen die job

"Captain, they have us surrounded"
"Excellent, we can fire on all directions"

Please Log in or Create an account to join the conversation.

  • gab
  • Platinum Member
  • Platinum Member
More
13 Feb 2012 15:19 #92625 by gab
Replied by gab on topic Body Fat Calipers

MCJ wrote: Do you just enter your measurements into that calculator?


yes. just fill it in and it calc it for you. quite nice.

If working on body and character doesnt cost you something its woth noting. If criticism is all that proceed out of your mouth then know that is how you feel about yourself and depicts the health of your soul.
The following user(s) said Thank You: MCJ

Please Log in or Create an account to join the conversation.

  • ninjajuice
  • Platinum Member
  • Platinum Member
More
16 Feb 2012 14:24 #93225 by ninjajuice
Replied by ninjajuice on topic Body Fat Calipers

DJ wrote: www.exrx.net/Calculators/BodyComp.html just remember to use the 7 point test to check your body fat %


Just been to a biokineticist to have my bodyfat% measured. He did an 8 point skin fold test. Measured me at 10.2% Now I know that this is impossible. Used the above calculator and got a more realistic +/- 13.5%. Most of my folds were around 10 and 12mm but my abdominal area and Iliac crest (hips/love handles) seem to be a problem area. they're 17mm.

Is 13.5% acceptable to start a cycle?

Please Log in or Create an account to join the conversation.

  • Empire
  • Expert
  • Expert
More
16 Feb 2012 14:28 #93226 by Empire
Replied by Empire on topic Body Fat Calipers

admin wrote: I have one of these:



I bought it here for R160 and received it two days later:

www.bodysynergy.co.za/shop/product_info....a169e7cb60789c1e9bd7

I see no reason why a plastic one will be less accurate. The accuracy will depend on the user doing the measurements and not the equipment.


i bought these ones,and well after the second reading they broke,the round part of the plastic just snapped.so to the bin they went... off to bodybuilding.com to see what i may find

Please Log in or Create an account to join the conversation.

  • 00pump
  • Moderator
  • Moderator
More
16 Feb 2012 14:32 #93227 by 00pump
Replied by 00pump on topic Body Fat Calipers
Getting to strong DJ :P

"Whether You Think You Can or Can't, You're Right"--Henry Ford

Please Log in or Create an account to join the conversation.

  • Empire
  • Expert
  • Expert
More
16 Feb 2012 14:45 #93228 by Empire
Replied by Empire on topic Body Fat Calipers
cheap shit! haha

so i bought these ones

www.exrx.net/Store/CH/SlimGuide.html

Please Log in or Create an account to join the conversation.

  • spike
  • Platinum Member
  • Platinum Member
More
16 Feb 2012 16:15 #93231 by spike
Replied by spike on topic Body Fat Calipers
Hahaha, ya you squeezing to hard to get that bodyfat down ;)

Um, but im scared of needles...

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum