- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
当您从 iOS 请求 GPS CLLocation
时,它有一个 horizontalAccuracy
字段,它是用户可能实际所在的报告位置的半径(以米为单位)。
我的问题是:我们可以根据什么统计置信度(即百分比)说手机在给定位置的“horizontalAccuracy”距离内?
关于我为什么关心的一些背景:
我正在处理来自 Android 和 iOS 的数据,我想知道我对任何给定的位置数据有多自信。
在 Android 上,此数据是明确的:68%。来自 the docs :
We define accuracy as the radius of 68% confidence. In other words, if you draw a circle centered at this location's latitude and longitude, and with a radius equal to the accuracy, then there is a 68% probability that the true location is inside the circle.
一般来说,在处理 GPS 数据时,有许多标准的错误报告方法,包括 RMS
(68%,可能是 Android 使用的方法),2DRMS
(95%),CEP
(50%),错误椭圆
(95%)。您可以阅读有关这些方法的更多信息 here .
最佳答案
由于任何文档都没有对此进行描述,因此您必须自己进行研究...或者希望有人为您完成这项工作:)
我不确定 FileMaker 是什么,但这没关系:它肯定是建立在 CoreLocation
上的。有人从用户那里收集了很多样本并在他的博客上提交了一份报告:
http://scarpettagroup.com/location-whats-accuracy/
FileMaker is not reporting CEP, R95, 2DRMS, or anything else consistent. For some reported accuracies, FileMaker appears to be reporting the 90% confidence radius (true position is within that radius 90% of the time); for others, it looks like the 75% confidence radius. For some positions, the reported accuracy is orders of magnitude bigger than the actual variation in the coordinate positions.
阅读整篇博客文章了解更多信息。不幸的是,它不是很具体,博主也没有分享他的数据,因此您可以计算出一些最低准确度。
您可以尝试联系此人并请他与您分享他的数据。或许你能从中有所收获。你可以在这个线程中尝试:
http://fmforums.com/forum/topic/89502-which-measure-of-accuracy-is-used-by-location-functions/
jbante 是进行该研究的用户。
如果你想要一个具体的答案,你必须做大量的测试,就像这里的这个:
http://blog.oplopanax.ca/2012/11/measuring-smartphone-gps-accuracy/
关于ios - iPhone/iOS GPS 精度统计置信度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28467003/
用例: 我有一个小数据集,每个类大约有 3-10 个样本。我正在使用 sklearn SVC 对具有 rbf 内核的那些进行分类。我需要预测的置信度以及预测的类别。我使用了 SVC 的 predict
我有这个 future 10 年回归样本。 date<-as.Date(c("2015-12-31", "2014-12-31", "2013-12-31", "2012-12-31")) value
我正在使用 Python NLTK 库中的 MaxEnt 分类器。对于我的数据集,我有许多可能的标签,并且正如预期的那样,MaxEnt 仅返回一个标签。我已经训练了我的数据集并获得了大约 80% 的准
我们如何在 Windows 中使用 tesseract 3.05 获得图像 OCR 后的置信度?我正在使用子进程命令从 python 调用 tesseract: retcode = subproces
我正在使用 trainsimplicit来自 ALS在 Spark 。 从文档页面:http://spark.apache.org/docs/latest/api/python/pyspark.mll
正在为 GNU Radio OOT 开发基于 Python 的 BER 置信度计算器。根据引用文献 1,置信度由以下公式计算 但是,引用文献2使用以下公式计算置信度: 第一个问题是关于两个公式的。他们
我是一名优秀的程序员,十分优秀!