




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
ModelingandEvaluationChapter3Wherewearenow1.DataAnalytics2.DataPreparationandCleaning3.ModelingandEvaluation4.Visualization5.TheModernAudit6.AuditAnalytics7.KeyPerformanceIndicators8.FinancialStatementAnalyticsObjectivesLO3-1Whatdoyouneedtoknowaboutdatamodels?LO3-2Whataresomeunsupervisedandsupervisedapproaches?LO3-3Howdoyouperformprofiling?LO3-4Howdoyouperformdatareduction?LO3-5Howdoyouperformregression?LO3-6Howdoyouperformclassification?LO3-7Howdoyouperformclustering?IntheIMPACTcycle,we’renowgoingtolookatPerformingtheTestPlanandAddressingtheResults.IdentifythequestionsMasterthedataPerformtestplanAddressandrefineresultsCommunicateinsightsTrackoutcomesExhibit1-1TheIMPACTCycleWhatdoyouneedtoknowaboutdatamodels?LO3-1Whatdoyouneedtoknowaboutdatamodels?Atargetisanexpectedattributeorvaluethatwewanttoevaluate.Example:FraudscoreInterestrateAclassisamanuallyassignedcategoryappliedtoarecordbasedonanevent.Example:Accept/RejectFraud/NotfraudWhatdoyouneedtoknowfirst?Anunsupervisedapproachisusedwhenyoudon’thaveaspecificquestion.Example:“Doourvendorsformnaturalgroupsbasedonsimilarattributes?”Asupervisedapproach
isusedwhenyouaretryingtopredictafutureoutcomebasedonhistoricaldata.Example:“Willanewvendorshipalargeorderontime?”Whataresomeunsupervisedapproaches?Clustering
–findundiscoverednaturalgroupingsinthedataCo-occurrencegrouping–eventsthathappentogetherProfiling
–identifytypicalbehaviorinthedataDatareduction–filterorgroupthedatatosimplifytheanalysisWhataresomesupervisedapproaches?Classification
–predictwhetherdatabelongstooneclassoranotherSimilaritymatching–groupdatabyattributesRegression
–predictaspecificvalueLinkprediction–socialnetworksCausalmodeling–aneventinfluencesanotherUseaflowcharttoidentifyanappropriateapproach.Q.Whatisthemaindifferencebetweensupervisedandunsupervisedmethods?Howdoyouperformprofiling?LO3-2Profilingreliesongatheringsummarystatisticsandidentifyingoutliers.Identifytheobjectsoractivityyouwanttoprofile.Determinethetypesofprofilingyouwanttoperform.Setboundariesorthresholdsfortheactivity.Interprettheresultsandmonitortheactivityand/orgeneratealistofexceptions.Followuponexceptions.Whataresomeexamplesofprofiling?Internalauditorsanalyzetravelandentertainmentexpensesforviolationsofinternalcontrols.Managersuseprofilingtocomparevariancesfromtargetranges.Whataresomeexamplesofprofiling?Inthecontinuousaudit,anauditormayuseBenford’sLawtoevaluatethefrequencydistributionofthefirstdigitsfromalargesetofnumericaldata.Q.Profilingisusedinlawenforcementforoffenderorcriminalprofiling.Howdoesthiscomparewithprofilingaccountingdata?Howdoyouperformdatareduction?LO3-3Datareductionisusedtofilterresults.1.Identifytheattributeyouwouldliketoreduceorfocuson.2.Filtertheresults.3.Interprettheresults.4.Followupontheresults.Whataresomeexamplesofdatareduction?InternalauditorsmaywanttolocatepaymentsmadetoSquarevendors.FinancialstatementanalystswilltakeXBRLinstancedocumentsandfilteronspecifictags.Q.HowmightthedatareductionapproachbeusedtosimplifyT&Eexpenses?Howdoyouperformregression?LO3-4Regressionallowstheaccountanttodevelopmodelstopredictexpectedoutcomes.Identifythevariablesthatmightpredictanoutcome.Determinethefunctionalformoftherelationship.Identifytheparametersofthemodel.Dependentvariable=f(independentvariables)Whataresomeexamplesofregression?Inmanagerialaccounting,regressionmaypredictemployeeturnover:Employeeturnover=f(currentprofessionalsalaries,healthoftheeconomy[GDP],salariesofferedbyotheraccountingfirmsorbycorporateaccounting,etc.)Inauditing,regressionmaybeusedtodeterminetheappropriatenessofallowanceaccounts:Allowanceforloanlosesamount=f(currentagedloans,loantype,customerloanhistory,collectionssuccess)Q.Regressionisusedtopredictstockreturnsfollowingarestatementofpastearnings.Whatfactors(independentvariables)doyouthinkmightpredictthechangeinstockprice(dependentvariable)?Howdoyouperformclassification?LO3-5Thegoalofclassificationistopredictwhetheranindividualweknowverylittleaboutwillbelongtooneclassoranother.Identifytheclassesyouwishtopredict.Manuallyclassifyanexistingsetofrecords.Selectasetofclassificationmodels.Divideyourdataintotrainingandtestingsets.Generateyourmodel.Interprettheresultsandselectthe“best”model.Whatelsedoyouneedtoknowaboutclassification?Trainingdataareexistingdatathathavebeenmanuallyevaluatedandassignedaclass.Testdataareexistingdatausedtoevaluatethemodel.Decisiontreesareusedtodividedataintosmallergroups.Decisionboundariesmarkthesplitbetweenoneclassandanother.Whatelsedoyouneedtoknowaboutclassification?Pruning
removesbranchesfromadecisiontreetoavoidoverfittingthemodel.Whatelsedoyouneedtoknowaboutclassification?Linearclassifiersareusefulforrankingitemsratherthansimplypredictingclassprobability.Theseareusefulfordeterminingthereallyimportantvalues,suchasvaluablecustomers,orwhichtransactionsaremostlikelyfraudulent.Whatelsedoyouneedtoknowaboutclassification?Supportvectormachineisadiscriminatingclassifierthatisdefinedbyaseparatinghyperplanethatworksfirsttofindthewidestmargin(orbiggestpipe)andthenworkstofindthemiddleline.Howdoweevaluateclassifiers?Trytoavoidoverfitting,ormodelsthataretooaccurate.Theyareactuallyprettybadapredictingafutureobservation.Lookforthesweetspotwherewemaximizetheaccuracyofthetestingdata.Q.Ifwearetryingtopredictwhetheraloanwillberejected,wouldyouexpectcreditscoretobepositivelyornegativelyassociatedwithloanrejection?Howdoyouperformclustering?LO3-6Howdoyouperformclustering?Clusteringisusedtoidentifygroupsofsimilardataelementsandtheunderlyingdriversofthosegroups.Clusteringalgorithmscalculatetheminimumdistanceofallobservationsandgroupsthoseelements.Whataresomeexamplesofclustering?Internalauditorscanuseclusteringtoidentifygroupsoftransactionsthatmayindicateriskorfraudininsuranceorotherpayments.Q.WhatarethreeclustersofcustomerswhomightshopatWalmart?SummaryInthischapter,weaddressedthethirdstepoftheIMPACTcyclemodel:the“P”for“performingtestplan.”Thatis,howarewegoingtotestoranalyzethedatatoaddressaproblemwearefacing?Basedonourproblemandthedataavailable,weprovidedaflowchartthathelpstheanalyst
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年辅警招聘考试综合提升试卷含答案详解ab卷
- gcp考试试题及答案2022
- 2024年甘肃陕煤集团韩城煤矿招聘真题附答案详解(b卷)
- 度假酒店行业研究报告
- 丽江云南丽江市交通运输综合行政执法支队执法辅助人员招聘6人笔试历年参考题库含答案详解(综合题)
- COP过程清单表格
- 2025房屋买卖居间合同范本房屋买卖居间协议合同
- Fenoxazoline-生命科学试剂-MCE
- 2025合同审批流程与审批表
- 2025节能灯具采购合同
- 《创伤失血性休克中国急诊专家共识(2023)》解读课件
- MOOC 数字逻辑电路实验-东南大学 中国大学慕课答案
- 国际标准舞智慧树知到期末考试答案2024年
- 国家开放大学《人文英语4》边学边练参考答案
- 入团志愿书(2016版本)(可编辑打印标准A4) (1)
- 控烟培训课件.ppt.ppt
- 《千家诗》全文阅读
- 儿童身高预测与促进课件
- 年产3000吨新茶饮及抹茶智能精深产能加工项目可行性研究报告-甲乙丙资信
- 活动板房安装验收表
- 发动机综合分析仪在现代汽车维修中的应用
评论
0/150
提交评论