Data are units of information, often numeric, that are collected through observation. In a more technical sense, data are a set of values of qualitative or quantitative variables about one or more persons or objects, while a datum (singular of data) is a single value of a single variable.Although the terms "data" and "information" are often used interchangeably, these terms have distinct meanings. In some popular publications, data are sometimes said to be transformed into information when they are viewed in context or in post-analysis. However, in academic treatments of the subject data are simply units of information. Data are used in scientific research, businesses management (e.g., sales data, revenue, profits, stock price), finance, governance (e.g., crime rates, unemployment rates, literacy rates), and in virtually every other form of human organizational activity (e.g., censuses of the number of homeless people by non-profit organizations).
Data are measured, collected and reported, and analyzed, and from data visualizations such as graphs, tables or images are produced. Data as a general concept refers to the fact that some existing information or knowledge is represented or coded in some form suitable for better usage or processing. Raw data ("unprocessed data") is a collection of numbers or characters before it has been "cleaned" and corrected by researchers. Raw data needs to be corrected to remove outliers or obvious instrument or data entry errors (e.g., a thermometer reading from an outdoor Arctic location recording a tropical temperature). Data processing commonly occurs by stages, and the "processed data" from one stage may be considered the "raw data" of the next stage. Field data is raw data that is collected in an uncontrolled "in situ" environment. Experimental data is data that is generated within the context of a scientific investigation by observation and recording.
Data has been described as the new oil of the digital economy.
I'm working on monitoring and trending the performance of a memory controller. Without getting into the technical details, I'm trying to find a good way to visualize the data I've collected in a way that will be easy for me to update when I receive new data.
There are about 450 individual...
Suppose the 2nd data can be read after the first data, but i need to restart the condition the only can read the 2nd data. By that, i have read the slave address again before the 2nd data has been read. So how should i solve it?
Hi all, i got a set of negative values ranging from -0.0001 to -0.3. How do i effectively make them easier to compare and plot a normal distribution graph. can i just do exponential on the values? Thank you for the help
I have a google spreadsheet with a display of numbers from a report that is ordered and the link below is the result of this data.
It seems to me that there is a shape to the data that is showing. This shape seams to be constant over time having the same shape with a leading edge on the left...
Having some trouble with this. I think the answer to question 1 is 26% and question 2 is 2%. I'm not sure when to divide by 163 or 100??
practice test help:
About 26% of orthopedic surgeries involves knee problems. The following table summarizes data collected from a sample of adults who have...
I have data from exhaust gas analyzer, and I have to find the calorific value or the heating value of that particular fuel using that data. Can anyone show me how to do that please.
Or if there is any other way to find the calorific value of fuel.
The data is in the attached pic
In my Fortran program, I want to read data from various files whose size I do not know in prior. The input files which I am trying to read may contain different number of entries. If I have same and known number of entries in all files (say 386), I can use something like...
I received an excellent question about significant figures when there is no actual numerical data given. In the figure below, we have a cube circumscribing a triangle and the task is to find the angle at M. N and M are midpoints of the cube's side.
By using the Pythagorean theorem a few times...
Homework Statement
Share market trading calculator.
I have tried to write code to calculate the buy and sell with profit/loss on historical data using moving averages. I'm am not interested in leverage yet.
bank = 10000
equity = 10000
sell = is current price of an instrument on the...
Hi Readers,
I seem to have hit an elementary snag while fiddling in R...
i have a 5x5m surface interpolated at intervals of 0.01... giving 250,000 squares in my grid. i have roughly 20-30 xy cords where i want to retrieve the z value out of the data frame. does anyone know how to search an x y...
Hello everyone:
I have some question using the FFT in MATLAB for data interpolating. I don't know what the relation between the normal Fourier series and the real, image number.
For example, given a set of measurement data, I can use the curve fitting toolbox to fit a curve.
The general...
Testing for chaos in data
I have data for 3 variables ,each with respect to the discrete time values.
How do I check for the existence of chaos for this discrete 3D system?(I don't have the analytic eqs.,just the data.)
MY IDEAS ON CHECKING FOR CHAOS FROM DATA:(which of these are feasible...
Dear users
I have some points with coordinate x and y
forexample :
x=[1 2 3 4]
and y=[2 4 6 8]
and then I want to fit these 4 pair of points with some function
for example
y=a*x+b
(here I know that the answer is a=2 and b=0)
what should I...
I have 2 measures that I am using to rank terms that I get them by prediction (using linear regression). They are the time to transmit X bytes and the time to compute the X bytes. I do the prediction if I execute in host A, B, and C. I add the 2 measures and rank the hosts. I think adding these...
I currently have hard-coded in my forecasting model, 6 weightings (totaling 100%) for 6 weather stations and wish to determine a methodology to produce these weighting or conversion factors % to form an artificial single weather station. This is part of forecasting the electricity load in my...
Hi I am not sure what method to use when analysing the difference in values between physical measured data and modeled data.
This is to do with measuring the energy deposited at a point in water from a beam of photons.
I have a set of physical measurements obtained whilst varying the...
Homework Statement
I have a list of data in .csv format that looks like the following:
10 5 TRUE
10.1 5.1 TRUE
10.2 5.2 FALSE
10.3 5.3 FALSE
10.4 5.4 FALSE
10.5 5.5 TRUE
10.6 5.6 TRUE
...
There are thousands of entries...
I have seen in books that when number of elements is small ~ 30-40 insertion sort is recommended. Why is that? The worst case of insertion sort is n2 whereas for quick-sort it is nlogn.
nlogn beats n2 for all values of n isn't it? Then why?
I have a set of data that was recorded from an engine that we are testing. We've noticed lately that a particular pressure value will sometimes spike with no apparent explanation, as seen in the attached graph. The pressure in question is passively regulated by a pump, but it is also dependent...
Hi,
I am trying to convert data to a particular range of 0-10.
Actual Data may vary from - 50000 - 26214400. I have broken this down into 4 parts as follows -
50000 - 1048576 -----> 0 - 2.5
1048577 - 5242880 -----> 2.6 - 5
5242881 - 15728640 ----->5.1 - 7.5
15728641 - 26214400...
I would like to have P-V-T data for water in order to enter them in an Excel spreadsheet and design some exercises for the students to plot different kind of diagrams using the same data.
I can generate the data using some suitable model, but I think that having real experimental data would be...
Hello,
Im trying to model an RF attenuator for use in a control system. The control voltage is from 0-2.1V and I
applied a step function signal from 0-2.1V and measured the output. I was able to model it as a first
order system in the form Kdc / Xs + 1.
The issue I'm having is...
Hi,
I am not a mathematician, but I have noticed some recent papers on this seemingly new field, called Topological Data Analysis (see this relevant paper).
I have had an overview of the applications and it seems that when you have data points that were sampled from some source (e.g. an...
Homework Statement
If f(x/y) = f(x)/f(y) f(y)≠0 and f'(1)=2 find f(x).
Homework Equations
The Attempt at a Solution
Diff both sides wrt x
f'(x/y)*1/y=f'(x)/f(y)
putting x=1
f'(1/y)*1/y=2/f(y)
Hello friends,
I was trying to plot the color-color diagram of a particular open cluster using WISE+2MASS data. You can get more details of the diagram from the following paper that i am attaching.[Koenig et.al - Wide Field Infrared Survey Explorer Observations of the evolution of the massive...
I am starting my 3rd year in September and I've decided to start thinking about research topics early. I'm quite interested in piezoelectricity along with it's discovered and perhaps undiscovered applications. This is my first idea;
I have watched a lot of nature programs and I have seen that...
How could one obtain a function y=f(x) that satisfies a number of data points (x_{i},y_{i}). That is how would it be possible to get a function if some points that are to lie on it have been given? I've seen some lectures on interpolation but all I've gotten is only the way to solve problems...
Hi,
I've got a problem. There is over 9 milions points in my .txt. I have to find polynom for surface of this points with deviation smaller then 0.01 (x [-3:3], y[-3,3], z [-9,9]).
I try many functions in Matlab, but no answer.
Thank for help.
B
I don't know whether this has much general interest. I am interested by communication horizons in cosmology, or causal horizons if you prefer. This paper claims to study several cases including how far apart two quasars would have to be to have been out of contact ever since the end of the...
Homework Statement
An experiment was done to test the validity of the equation a = 2/3 g sin∅ for a rolling cylinder. A hockey puck was rolled down a wooden ramp at 5 different inclination angles, and the time it took to roll down the length of the board was recorded. ∅ was found using...
I've recently been assigned a project by one of my professors to animate a solar system style disc using real data computed from a simulation of his, and I'm wondering what the best angle of approach for this project would be.
I have some experience in Cinema4D animating things, and I'm...
Homework Statement
I'm doing a final project for my probability and statistics class that involves analyzing data on the sodium (mg/hot dog) and calories contained in each of 54 major hot dog brands. The hot dogs are classified by type: beef, poultry, and meat (mostly pork and beef). 20...
I have just about finished this program, I only need to calculate my velocity. I think that this velocity should be calculated by taking the value from the 4th column of my data set here:https://docs.google.com/file/d/0BzuDEPd26OcheVhiWlZ3STlZU0k/edit?usp=sharing which have called ivar_3 and...
Hello!
My name is Luis Trindade and I am a Aeronautic Engineering student.
I am doing a comparative study on aircraft performance, but I lack data on some of the aircraft. These data refer to the engines. Needed to know the fuel consumption in cruise and traction on the cruise of the...
I see there have been many postings about this topic in this forum.
The formula for this relation is Luminosity = Mass^3.5
Taking logs of both sides we get log (lum) = 3.5 * log (mass)
and using a little algebra we find that the exponent (3.5) should equal log (lum) ÷ log (mass)
I have...
Hi all,
I need to rearrange my data. I have an excel file with 12 columns and 2045 rows, which I transformed that into a .mat.
I need to query my data rearranged as follows (cf. example matrix below):
1-sum all values of Col 3 if:
a-they belong to a given value of Col 1 and to a...
So I have this set of statistical data, which is not completely relevant to what I want to model, and I would like to compensate for that somehow since I do not have the more precise data.
I have about 500 observations of average wages in certain areas which are modeled as dependent on several...
Hello. I was just wandering if anyone could help. I've been doing a couple of statistics questions, and when they ask for some questions, I am not sure if I have an appropriate understanding of what the right answer should be. I would really like to understand this material, so what I want to...
For our physics lab we found the magnetic field produced by a magnet at different distances. When graphing the data, it was supposed to produce a linear graph when we plot the field strength against 1/r3. However, my graph doesn't become linear until 1/r5 (however, it does linearize quite nicely...
Greetings everyone,
I need a good source that lists various properties of semiconductors such as band gap energy, effective mass of holes and electrons. Do you have a recommendation I looked at ISSP by Kittel and various other books but except band gap energy I could not find much...
Here is the question:
Here is a link to the question:
Help with Z Score Problem? - Yahoo! Answers
I have posted a link there to this topic so the OP can find my response.
If we commonly draw a distribution of data, we should be careful to chose appropriate classes, for instance,
1-2, 4
2-3, 6
3-4, 11
etc.
But, if we draw a cumulative distribution, classes are not necessary. For instance
1-2, 4
2-3, 10
3-4, 21
and still better:
1, 1
1.3, 2
1.4, 3
1.9, 4...
Hello! :smile:
So I have some basic programming skills, but I have never done anything that interacts with the web. Here at work, we have a website that we have to go to in order to check the statuses of all of the jobs we have open. The website is awful in that you cannot run a report on...
William Binney resigned from the NSA because they were collecting all the data they could on US citizens and storing it permanently. https://www.youtube.com/watch?v=TuET0kpHoyM
He did not trust them to use it responsibly and he went public.
According to Glenn Greenwald, the NSA has refused...
Hello. I have an undergraduate degree in CS and I'm beginning grad school to study AI and Machine Learning.
I've spent a lot of time doing "software engineering" (dealing with design patterns, web development, QA, Agile processes, SQL, GUI development) and I'm really sick of it. I don't use...
I have a large data set consisting of varying magnitude over time in the form of sine+cos. I want to apply a high pass filter to the data, but I'm not sure how to calculate the time constant for the data. I produce a power spectrum of the data that i can visually inspect to figure out where i...
As I understand, electrons cannot be on the exact same level as another one in the universe. If we could move one electron in one placed and somehow monitor another ones reaction - would it be possible to instantly transmit data anywhere in the universe?
Homework Statement
I am trying to see if two sets of data represent the same values or not. I have:
Mean1 = 9.3155, stdev1 = 0.1334; mean2 = 9.3040, stdev2 = 0.1248;
N1 = N2 = 1000;
I got these values from my data using MATLAB (std() and mean());
Homework Equations
z =...
Say I have a model, y = f(x), and ten discrete data points to compare to this model, (x1, y1)...(x10,y10). The normal way would then be to take the residuals and square them to get a quality of fit, ie.
average residuals squared = {[f(x1) - y1]^2 + ... + [f(x10) - y10]^2}/10
I also remember...