statistics and linear algebra

statistics and linear algebra

ID:7323582

大小:1.17 MB

页数:26页

时间:2018-02-11

statistics and linear algebra_第1页
statistics and linear algebra_第2页
statistics and linear algebra_第3页
statistics and linear algebra_第4页
statistics and linear algebra_第5页
资源描述:

《statistics and linear algebra》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、StatisticsandLinearAlgebraStatisticsandlinearalgebraarebranchesofmathematicsthatareespeciallyusefulfordataanalysis.That'swhywewillfocusontheminthischapter.Statisticsisneededtomakeinferencesfromrawdata.Forinstance,wecancomputethatthedataforavariablehasacertainarithmeticmeanandstan

2、darddeviation.Fromthesenumbers,wecantheninferarangeandtheexpectedvalueforthisvariable.Then,wecanrunstatisticalteststocheckhowlikelyitisthatwemadetherightconclusion.Linearalgebraconcernsitselfwithsystemsoflinearequations.TheseareeasytosolvewithNumPyandSciPyusingthelinalgpackage.Li

3、nearalgebraisuseful,forinstance,tofitdatatoamodel.WeshallintroduceotherNumPyandSciPypackagesinthischapterforrandomnumbergenerationandmaskedarrays.Inthischapter,wewillcoverthefollowingtopics:•Descriptivestatistics•Thelinalgpackage•Polynomials•Matricesasspecializedndarraysubclasses

4、•Randomnumbers•Continuousanddiscretedistributions•MaskedarraysNumPyandSciPymodulesFirst,let'stakealookattheNumPyandSciPymoduledocumentation.Whatwillbedescribedhereisnotatopicspecifictodataanalysis,butmoreofageneralPythonitem.StatisticsandLinearAlgebraThefollowingcodeprintsthedesc

5、riptionsofsubpackagesforNumPyandSciPy:importpkgutilaspuimportnumpyasnpimportmatplotlibasmplimportscipyasspimportpydocprint"NumPyversion",np.__version__print"SciPyversion",sp.__version__print"Matplotlibversion",mpl.__version__defclean(astr):s=astr#removemultiplespacess=''.join(s.s

6、plit())s=s.replace('=','')returnsdefprint_desc(prefix,pkg_path):forpkginpu.iter_modules(path=pkg_path):name=prefix+"."+pkg[1]ifpkg[2]==True:try:docstr=pydoc.plain(pydoc.render_doc(name))docstr=clean(docstr)start=docstr.find("DESCRIPTION")docstr=docstr[start:start+140]printname,do

7、cstrexcept:continueprint_desc("numpy",np.__path__)printprintprintprint_desc("scipy",sp.__path__)UsingthestandardPythonmodulespkgutilandpydoc,wecaniteratethroughsubpackagesinNumPyandSciPyandextractshortdescriptionsofthesesubpackages.WewillalsoprinttheSciPy,matplotlib,andNumPyversi

8、ons.[60]Chapter3Theversionsforthevarious

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。