Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6023501
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:00:53+00:00 2026-05-23T04:00:53+00:00

I have a main data store which has a big set of perfectly ordinary

  • 0

I have a main data store which has a big set of perfectly ordinary records, which might look like (all examples here are pseudocode):

class Person {
    string FirstName;
    string LastName;
    int Height;
    // and so on...
}

I have a supplementary data structure I’m using for answering statistical questions efficiently. It’s computed from the main data store, and it’s a dictionary that looks like:

// { (field_name, field_value) => count }
Dictionary<Tuple<string, object>, int>;

For example, one entry of the dictionary might be:

(LastName, "Smith") => 345

which means in 345 of the Person records, the LastName field is “Smith” (or was, at the time this dictionary was last computed).

What is this supplementary dictionary called? I think it’d be easier to talk about if it had a proper name.

I might call it a “histogram”, if I was to print the entire thing graphically (but it’s just a data structure, not a visual representation). If I stored the locations of these values (instead of just their count) I might call it an “inverted index“.

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T04:00:54+00:00Added an answer on May 23, 2026 at 4:00 am

    I think you have found the most appropriate name already: frequency table or frequency distribution.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one main array which is the returned data from a MySQL query
I have a WPF4 application i have 1 window which editing data : main
I have a document-based Core Data app. My main Core Data entity has several
The main concept goes like this. I have four listviews with its own data
I have main window which has inner grid components. When I press a button
I have different objects which is used to store the data from DB in
Problem Description: We have a service which has applications for main mobile OS’s. We
Apologies if this has been asked before. I have some data which I need
I have an app which has a main activity that calls other activities on
I have a program that uses three JTextField fields as the main data entry

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.