get_samozino_take_off_velocity
returns predicted maximal take off velocity that could be achieve based on the Samozino et al.
model which uses vertical jump profile F0
and V0
.
get_samozino_take_off_velocity( F0 = 3000, V0 = 4, bodyweight = 75, push_off_distance = 0.4, gravity_const = 9.81 )
F0 | Numeric vector. Default 3000 |
---|---|
V0 | Numeric vector. Default 4 |
bodyweight | Numeric vector. Default 75 |
push_off_distance | Numeric vector. Default 0.4 |
gravity_const | Numeric vector. Default 9.81 |
Numeric vector representing maximal take-off velocity
Samozino, Pierre. ‘A Simple Method for Measuring Lower Limb Force, Velocity and Power Capabilities During Jumping’. In Biomechanics of Training and Testing, edited by Jean-Benoit Morin and Pierre Samozino, 65–96. Cham: Springer International Publishing, 2018. https://doi.org/10.1007/978-3-319-05633-3_4.
———. ‘Optimal Force-Velocity Profile in Ballistic Push-off: Measurement and Relationship with Performance’. In Biomechanics of Training and Testing, edited by Jean-Benoit Morin and Pierre Samozino, 97–119. Cham: Springer International Publishing, 2018. https://doi.org/10.1007/978-3-319-05633-3_5.
Samozino, Pierre, Jean-Benoît Morin, Frédérique Hintzy, and Alain Belli. ‘Jumping Ability: A Theoretical Integrative Approach’. Journal of Theoretical Biology 264, no. 1 (May 2010): 11–18. https://doi.org/10.1016/j.jtbi.2010.01.021.
Samozino, Pierre, Enrico Rejc, Pietro Enrico Di Prampero, Alain Belli, and Jean-Benoît Morin. ‘Optimal Force–Velocity Profile in Ballistic Movements—Altius’: Medicine & Science in Sports & Exercise 44, no. 2 (February 2012): 313–22. https://doi.org/10.1249/MSS.0b013e31822d757a.
get_samozino_take_off_velocity(F0 = 2500, V0 = 3.7, bodyweight = 85, push_off_distance = 0.42)#> [1] 2.718405