Saturday, September 24, 2022

Easy way of converting google colab ipynb to a PDF file

Below steps are to be performed to convert ipynb file to PDF file.

1. Install below packages for every ipnyb file 
   
    !apt-get install texlive texlive-xetex texlive-latex-extra pandoc
!pip install pypandoc


2. Copy the path of the file [Ex: File name : abc.ipynb]

3. Execute below

!jupyter nbconvert <<path+ filename>>  --to pdf

Ex : !jupyter nbconvert /content/drive/MyDrive/Colab/ForExam-Seaborn.ipynb --to pdf




---------------------------------------------------------------------------- 
All the messages above are just forwarded messages if some one feels hurt about it please add your comments we will remove the post.
Host/author is not responsible for these posts.

Saturday, September 17, 2022

BITS WILP - DSECLZC413 - Introduction to Statistical Methods - Important calculators

Calculators 


Chi-Square Calculator for Goodness of Fit : https://www.socscistatistics.com/tests/goodnessoffit/default2.aspx


T-Test Calculator for 2 Independent Means : https://www.socscistatistics.com/tests/studentttest/default.aspx



Pearson Correlation Coefficient Calculator : https://www.socscistatistics.com/tests/pearson/default.aspx



Multiple Regression Calculator (No residual calculation) : https://www.socscistatistics.com/tests/multipleregression/default.aspx


Z-test: One Population Proportion  : https://mathcracker.com/z-test-for-one-proportion

4 year moving average calculator : https://atozmath.com/CONM/TimeSeries.aspx?q=smaf 


autocovariance formula : 





---------------------------------------------------------------------------- 
All the messages below are just forwarded messages if some one feels hurt about it please add your comments we will remove the post.
Host/author is not responsible for these posts.