- 1、本文档共3页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基本组分数据及R代码(Elemental composition data and R code)
基本组分数据及R 代码(Elemental composition data
and R code)
数据介绍:
The accompanying files are:
evidence-evaluation.txt- R source for example glass-data.txt - Elemental
composition data for 5 replicates on 62 panes of glass kindly supplied by
JoAnne Buscaglia of the FBI MVRA-functions.txt - R source for the
functions
关键词:
算法,统计,组成,控制,R 代码,
algorithm,statistic,composition,control,R code,
数据格式:
TEXT
数据详细介绍:
Elemental composition data
The accompanying files are:
evidence-evaluation.txt- R source for example glass-data.txt - Elemental
composition data for 5 replicates on 62 panes of glass kindly supplied by
JoAnne Buscaglia of the FBI MVRA-functions.txt - R source for the functions
The file evidence-evaluation.r is an R script file which when run will load the
data in glass-data.txt.
The data in glass-data.txt are elemental composition measurements on four
elements for 62 panes of glass with 5 replicates for each pane.
File evidence-evaluation.r splits the data into a control group (3 measurements)
and a recovered group (3 measurements) for a pane of glass (with 1
measurement in common between control and recovered). It then calculates a
likelihood ratio for the hypothesis that the control and recovered are from the
same pane to the hypothesis that the control and recovered are from different
panes, taking into account the within and between pane multivariate
measurements.
It does this for all panes, so the output is a series of LRs between control and
recovered where there is 1 where it is known the measurements are from the
same pane, and 61 where it is known the measurements are from different
panes.
The terms control and recovered are arbitary terms used to describe a
possible situation where one set of replicate measurements has been found on
an object at a crime scene, and the recovered on an object in association with
a suspect. They can be given any other meaning deeme
文档评论(0)