answersLogoWhite

0


Best Answer

Statistics/ Statistical Analysis

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of math is used to tell how meaningful a scientific data set it?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is an unlimited data type?

Hard to tell, I don't think there is such thing. Perhaps void?


Describe the function of the instruction set of a CPU?

They tell the CPU where to find the data, when to read it, and what to do with it.


What are the advantages of data structure?

The tree structure is useful because it easily accommodates the creation and deletion of folders and files.


What do buses and lines connect a in a computer chip?

Address and data buses, which send addresses and data to memory, and read and write lines, which tell the memory whether it wants to set or get an addressed location, can connect to either ROM or RAM and generally connects to both.


What is data abstraction and data hiding concept in c plus plus?

Data abstraction refers to the way users can interact with class data without needing to know how that data is stored or manipulated by the class. For instance, a class method such as int GetValue() will obviously return an integer, but the value from which that integer comes need not be an integer (it could be a float) or it could be calculated on the fly based upon other internal data members. The point is that it is irrelevant to the user how the value was obtained. Although many will tell you that data hiding (or information hiding) refers to the way in which classes "hide" private or protected information within themselves, that is not the case at all. What they are really referring to is data abstraction, as outlined above. Note that private or protected access only limits access to the information, it does not physically hide it in any way, shape or form. That is, a private data member can be thought of as being placed in a virtual cage: your compiler can see the member exists, but unless your code is a member of the class then you cannot access it, and the compiler will tell you as much. The following example demonstrates the concept: class a { private: int data; }; class b: public a { void foo { a::data = 5; } } In the above example, a::data is clearly visible and nothing can physically prevent you from writing the code shown above. Your compiler will obviously tell you that a::data is not accessible from b, but in order to do so the compiler must know that a::data exists. And if the compiler knows it exists, then so do you, even if the declaration appears in another file, thus the data cannot be said to be hidden. The true meaning of data hiding is the way in which a binary executable or library hides information from the user. That is, the information is hidden through obfuscation. A skilled disassembler can still reveal the internal details so it is not completely hidden, but it would be difficult, if not impossible, even for a skilled disassembler, to reconstruct the original classes from which that data was produced, unless they have access to the declaration.

Related questions

What type of math is used to tell how meaningful a scientific data is?

statistics ! A+..


What type of math is use to tell how meaningful a scientific data set is?

Statistics is used to analyze and describe data sets.


Is a scientific calculator different from data connectivity calculator?

couldn't you tell from the name


What does downward trend mean in math?

I don't know what this means but I can tell you what trends mean in math it means A trend within the data the data appears to behave. That's what I got thank you


What is the analysis of the scientific method?

The analysis part of the scientific method is the one that tries to evaluate the data. This will look at the results and determine what they tell.


Is data the result you obtain in science?

if you mean the result from an experiment, then yes. you ask a question, form a hypothesis, preform an experiment, and you get data. you analysis the data and this should tell you whether your hypothesis was right or wrong. this is the scientific method


How maths is useful to tell scientific theories?

maths is useful to tell scientific theories becaus


What does tell the rule mean in math?

It means to tell what the formula is


What does together tell you to do in math?

subtract


What is Washington Math?

I am sorry to tell you but I did some research there is no such thing as Washington Math.


What does analysis mean in scientific method?

it mean when u are doing your project your supposes to observe what u are doing and write it down


What can't scientific laws tell you?

Scientific laws cannot normally tell you the answer to the questions that start with "WHY?". For example, "Why are we here?".