ios - iPhone/iOS GPS 精度统计置信度

标签 ios iphone gps

当您从 iOS 请求 GPS CLLocation 时,它有一个 horizontalAccuracy字段,它是用户可能实际所在的报告位置的半径(以米为单位)。

我的问题是:我们可以根据什么统计置信度(即百分比)说手机在给定位置的“horizo​​ntalAccuracy”距离内?

关于我为什么关心的一些背景:

  1. 我正在处理来自 Android 和 iOS 的数据,我想知道我对任何给定的位置数据有多自信。

  2. 在 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.

  3. 一般来说,在处理 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/

相关文章:

ios - 有没有办法找到 objective-c 中当前时区日期或时间与系统时间之间的差异

iphone - iOS 照片库 - flickr

android - 使用 Android : which version to use? 检索 GPS 坐标

ios - 如何让 UIWebView 访问当前的 gps 位置

ios - 更新钛应用程序 - 无效的 "--pp-uuid"值

objective-c - 未导入 Objective C 类别但仍在运行代码

objective-c - UIRefreshControl 拉长

objective-c - 如何在 Objective-C 中设置 CAShapeLayer 透明?

iphone - 如何获取UIImagePickerController拾取的图像的原始文件名?

android - 无需重启应用程序自动更新位置