如何衡量在Android的定位精度? [英] How is location accuracy measured in Android?

查看:710
本文介绍了如何衡量在Android的定位精度?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道()由getAccuracy返回的测量精度的正常跨pretation?例如,他们在计算公式为:

Does anyone know the proper interpretation of the accuracy measurements returned by getAccuracy()? For instance, are they calculated as:

  • 圆概​​率误差(意思是,如果我理解正确的,50%的置信圆半径)?

  • Circular Error Probability (meaning, if i understand correctly, radius of a 50% confidence circle)?

半径?

别的东西?

此外,什么是用于我们多少可以依靠他们的实际计算?这是否依赖于位置估计(全球定位系统与网络)的来源?

In addition, what are the actual calculations that are used and how much can we rely on them? Does it depend on the source of the location estimate (GPS vs. network)?

非常感谢什么建议可以给我。

Many thanks for any advice you can give me.

推荐答案

要回答这个问题的一部分,这个数字是 68%的置信半径,这意味着有68%的机会的真实位置是在米测量点的该半径范围内的。假设误差是正态分布的(其中,作为文档说,不一定是真的),这意味着,这是一个标准差。例如,如果 Location.getAccuracy 返回1​​0,然后有一个68%的机会设备的真实位置是10米范围内的报道坐标。

To answer one part of the question, the number is the radius of 68% confidence, meaning that there is a 68% chance that the true location is within that radius of the measured point in meters. Assuming that errors are normally distributed (which, as the docs say, is not necessarily true), that means that this is one standard deviation. For example, if Location.getAccuracy returns 10, then there's a 68% chance the true location of the device is within 10 meters of the reported coordinates.

http://developer.android.com/reference/android/location/Location.html#getAccuracy()

这篇关于如何衡量在Android的定位精度?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆