Giter Site home page Giter Site logo

demo - AsnEast : for a lot of demographic variables, we are seeing lots of 11.0 for MOE fields. Should we exclude them??? about db-acs HOT 3 CLOSED

nycplanning avatar nycplanning commented on June 16, 2024
demo - AsnEast : for a lot of demographic variables, we are seeing lots of 11.0 for MOE fields. Should we exclude them???

from db-acs.

Comments (3)

EricaMaurer avatar EricaMaurer commented on June 16, 2024 1

if the estimate is 0, then MOE should be 0
so the variables used as inputs to this calculation should follow this rule
and then the MOE should match

from db-acs.

SPTKL avatar SPTKL commented on June 16, 2024

similar case in economic table
for variable Pv150t174, it seems like when calculating MOE, population ignored all M value that are equal to 16.
e.g. for geoid 1000700
m_pop: 57
m_mine: 75

data:

[{'B17024_034M': 16.0,
  'B17024_112M': 16.0,
  'B17024_021M': 16.0,
  'B17024_060M': 57.0,
  'B17024_099M': 16.0,
  'B17024_008M': 16.0,
  'B17024_073M': 16.0,
  'B17024_086M': 16.0,
  'B17024_125M': 16.0,
  'B17024_047M': 16.0}]

sum([i**2 for i in info[0].values() if i != 16])**0.5 ==> 57
sum([i**2 for i in info[0].values()])**0.5 ==> 75

from db-acs.

SPTKL avatar SPTKL commented on June 16, 2024

Addressed

from db-acs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.