Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Calculate and report summary statistics (mean, median, standard deviation) of the daily returns of Bitcoin and Altcoin during the same sample period. Is the standard

Calculate and report summary statistics (mean, median, standard deviation) of the daily returns of Bitcoin and Altcoin during the same sample period. Is the standard deviation of Altcoin higher or lower than the standard deviation of Bitcoin returns?

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed
In [13]: N altcoin[ ' simple_return' ] . describe() Out [13]: count 2410.000000 mean 0. 005797 std 0. 091779 min -0. 402570 25% -0. 021140 50% 0.000000 75% 0. 019023 max 2. 756432 Name: simple_return, dtype: float64In [12]: N altcoin[ 'simple_return' ]. plot() Out [12]: 25 20 15 10 0.5 0.0 -0.5 2015 2016 2017 2018 2019 2020 2021 DateIn [16]: N bitcoin[' simple_return' ]. plot() Out [16]: 0.2 0.1 0.0 -0.1 -0.2 -0.3 -0.4 2015 2016 2017 2018 2019 2020 2021 DateIn [18]: I bitcoin[ 'simple_return' ] . describe() Out [18]: count 2410.000000 mean 0. 002755 std 0. 038836 min -0. 371695 25% -0. 012134 50% 0. 002027 75% 0. 018005 max 0. 252472 Name: simple_return, dtype: float64

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Linear Algebra With Applications

Authors: Jeffrey Holt

2nd Edition

1319057691, 9781319057695

More Books

Students also viewed these Mathematics questions