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.
Homework Statement
Hello. My problem is that I need to learn how to use computer software this semester. My teacher said, go and figure out how to use any computer software you like to make graphs. I have Mathematica but I am not proficient in using it, could somebody please help me with...
Hi all,
We got these rad reflector foils to improve your heating bills in our shop today. Trying to figure out if there any good.
As a really quick test to see if they do anything, i stuck one to the kettle and measured the temp difference with a thermal imaging camera. (pics attached)...
Homework Statement
Hi
I need to determine ragulatory for f, where the expiration time is measured as the function of the temperature.
The function type is f(t)=b*at
i get two pair of datas which are that for -15 °C the expiration day will be after 200 and by -5 ° the expiration...
About mid-way through this video it is explained that the doubleslit experiment was conducted with detectors turned on but simply not recording data, the result of which was an interference pattern. The act of turning the recording component on caused the interference pattern to be destroyed...
Hello,
I've got some data on an epidemic in various locations - the total number of agents and number killed by the infection after 1 year. -This gives gives me a distribution of percentages of the populations that have been killed by the infection. (but all the percentage values are relatively...
Hi,
As the title suggests, I have a 2D array of data. Essentially, I solved a DE using MATLAB and it gave me the array of x against t. I want MATLAB to create a function for me by interpolation so I can use it again (to solve another different set of DEs). I've been stuck on this for a while...
Hello all.
I have a data signal that I'm looking to reduce the noise in. I'm recording voltage at 12000hz and am getting high frequency noise induced by nearby power supplies in the lines that I am using. The noise amplitude is approximately .2-.3 Volts and the signal I am trying to get out...
Hi,
Wanted to ask you guys how does Java know what specific parameter to take into a method if the method name has to be only - let's call it - "internaly consistent" (meaning the parameter in the head and the body have to be the same).
E.g. if I pass a value to the method:
private int...
Helo,
im doing overloading function.
example
class a
{
... example(int a)
... example(double b)
};
int main()
{
a. b;
cout << "Enter value";
cin>>q;
b.example(q)
}
what is q's data type ?
I am making a probability game for my Data Management class, and have a few things I am unsure about.
Essentially, each player has 6 objects located in locked boxes numbered one through six. Players take turns rolling a die that produces the key to the box that corresponds to the roll. The...
I would like to find a useful function to predict the output based on the input. I'm trying to figure out how to get the transfer function given actual input and output data.
What I've tried is getting a transfer function using Fourier transforms. I'm attemping to do a fft on both the input...
Hello, I didn't know where else to post this so here it goes ...
I have collected data from a pulsed NMR experiment to calculate the value of the spin-lattice relaxation time (T1). Now I'm asked to fit the data using a function of the form
V(t) = V_0*(1 - 2*exp(-t/T1)). But I'm not really...
Is my data consistent??
Homework Statement
I've obtained two values for k from two different experimental methods and have calculated errors for each and now I want to comment on their consistency with one another. However I'm not too sure how to go about doing that, have a feeling there's...
I am having a bit of trouble finding data about the various combustion temperatures (pyrolysis, smouldering, and flaming) temperatures of everyday materials.
Here is the data I have collected so far (forgive me if anything is wrong):
*Wood/Paper (C6H10O5)x: Pyrolysis Temperature is 233°C...
What software is used by manufacturers to produce the thousands of data sheets for all of the products that they make? Specifically, the circuit diagrams which look very crisp, like they were made in a vector format. I assume that each manufacturer has some proprietary software that they use to...
I am en experimentalist and in most of my experiments I am interested in measuring the properties of distributions, i.e. the phenomenon I am measuring is stochastic and the parameters I am interested in are (in the simplest case) say the mean value and the width of the distribution (variance of...
I'm looking for annual mean temperature data for the city of Chicago for a large number of years, ideally over 100. I found this chart, which depicts the exact data I need from 1873 to 2011:
http://www.climatestations.com/images/stories/chicago/chiann.gif
which comes from this site...
Here goes try number two, the forum deleted my last post. :cry:
First time poster, so hopefully I'm following the rules, I do apologise if I'm not. I have a problem with my lab report, I would be very grateful if anyone could help. Thanks.
Homework Statement
I'm writing a tensile test lab...
Hello I'm having difficulty solving the following two questions and I need your help!
(Step by step solutions would be very much appreciated if possible)
Use a significance level of 0.05 for each question.
Q1) A certain soft-drink manufacturer claims that its product holds 28% of the...
Hi friends.
I want to fit my x datas and y datas with a function in the most exact way.my data is:
x=[0.3 0.5 0.7 0.9 1 1.3 1.4 1.5 2 3 5 7 9 10 30 50 70 90 100];
y=[13.4347 8.3372 6.3107 5.27 4.93 4.28 4.14 4.0199 3.6349 3.3178 3.1282 3.0691 3.0432 3.0354 3.0043 3.0016 3.0008 3.0005...
I don't have a ton of experience in numerical methods, so I'm hoping someone can help me out. Suppose I have a sequence of position data points for a car, but they've been truncated to integer values. I want to find the speed (derivative), but for speeds which are low relative to the time...
I'm doing some data analysis for a research project.
Using the program R I'm trying to create level plots. Essentially 2D contour plots without the lines.
I've trawled the Internet and tutorials for days and can only find tutorials that use data from a package. I have the raw data, x, y and...
I have this code that i have been working on that will interpolate and integrate some data. I need to read this data from a file with unknown rows and columns to a two dimensional array/matrix so that the data can be broken down further into one dimensional arrays from the parent 2D array's...
Question:
Calculate the Longitude of the Ascending node for a satellite of Tundra Orbit. Satellite's longitude of perigee is 21.8 degrees and its argument of perigee is 270 degrees. Satellite must cover an Earth station with 21.8 degrees longitude and 63.5 degrees latitude.
My approach...
Homework Statement
I teach a class of statistics with students who often do not have the types of calculators that can calculate standard deviation and who do not know how to program Excel, but do have access to the Internet. Googling "standard deviation calculator" on the Internet gives me...
I have a grid and on each point on the grid I have discrete velocity data. I however don't have anyalytical function. I need to integrate the points and check where in space they will be after some time. I know it very easy to do it with runge-kutta if i have the analytical function for velocity...
I was just wondering how exactly to appropriately modify the 1st and 2nd order stats when you want to weight a given sample more heavily. If \vec{X} is my vector of N samples and I have a weight vector \vec{W} of the same dimension, which ideally is measuring the reliability of each sample...
Both the copper wire and the light bulb became hotter and hotter when a current was constantly passing through them, resulting in an increase in their resistances, which in turn lowering the value of the current through the conductor. (I did not allow time for both the wire and the light bulb to...
I can't help but think that some day, someone will figure out a way to get a computer to recognize patterns in a given set of data, and fit an equation, if there is any, to that set.
Such a system could be used in areas like forecasting stocks, weather, and sales, or even in air traffic...
Since HTML is a markup language it cannot process data. So we have to send the data somewhere to produce some output. But why do we need to send it to a different server where data is processed using PHP language?
Why can't we just have an external c or c++ program and have a way to send the...
hi,
I need detailed information of Delta(1950) and N+(1700) as what the Particle/parton data table provides.
The website http://www-cdf.fnal.gov/upgrades/computing/projects/run2mc/mc_generators/pythia/pythia6129_decay_table.txt does not contain the two resonances.
Where should I find the...
Attached are three figures. The problem in question essentially involves extracting data from a .CSV (MS Excel) file and .mdb (MS Access) file which I have done already but not correctly.
Data set #1: gives me 'Wall Thickness vs. Time' ( [3400 - 8200] s , [0,1] in.) as shown in figure3.jpg...
hi dears
I have a txt file as follows:
"
x1 Xi x2 x-EN y-EN EA EB ma gnetic
------------------------------------------------------&------------
.0010 -.9990 .7322 .4042 -.3280 -.0002 -.3279 .0010
.0010...
I was looking for some help on getting displacement from acceleration data (using an accelerometer). I found this old PF thread - https://www.physicsforums.com/archive/index.php/t-123128.html
I am familiar with the double integration/trapezoidal integration. It isn't much help.
The FFT method...
Hello
I've measured some data, let's say f±Δf as a function of x±Δx, and I know the form of f(x) but not the specific parameters, so it will be something like f(x) = (A/x)*exp(-B/x + C), I think.
I'm comfortable enough fitting the data (x,f) to the curve and finding A,B,C, but can anyone point...
Homework Statement
I have 20 data points of the surface roughness of oil pipes, the mean, and the std of the sample.
I need to get a 95% confidence interval of the mean surface roughness of these pipes. I did a boxplot, and found that it's negatively skewed, and therefore not normally...
Hi
I used plot digitizer software to pull data points off a picture of a graph and i need to fit a line to the points (and get an equation for the line). I know the data points fit to an s-curve from the picture. I'm thinking excel doesn't do this, or maybe I missed it?
I have access to maple...
I have conceptualized a method for generating serial binary data at rates varying randomly. This concept should be able to provide data at random rates with various characteristics.The most relevant application is generation of Random sensor data for testing C4I systems (Surveillance and...
Hello! I have a question about seat belt force. In a 55km/h collision maximum chest acceleration is 60 g, and if say torso weighs say 40kg, then max force should be 600 m/s^2 * 40kg, which equals a lot, but if you look at test data of seat belt force it is only 8KN which is strange, compared to...
Can you fit data that is imported into Mathematica 8? I am just using the Import command, and I cannot figure out how to work with this data. I would really like to fit my curve. This is the code I used to import the data: Import[datafile.xlsx"]
Difference Between 'Raw Data' and 'Difference Raw Data'
I have a whole bunch of information and it's plotted on a graph.
The first graph is the raw data plotted, no transformations done to the data, it is raw.
The second graph is the same data but it says 'Diff Raw Data'
The second graph...
I hope there are some security-minded folks that can reply with practical suggestions.
I've become increasingly nervous over time about the security of the data on my laptop (mostly financial) and online information via the myriad of username/password combinations that are used for...
I am trying to use Mathematica to fit a curve to these data points
ListPlot[{{2*Pi/(1 - 0^2/16), 5 (3 - Log[2])}, {2*Pi/(1 - .05^2/16),
10 (3 - Log[2])}, {2*Pi/(1 - .1^2/16),
15 (3 - Log[2])}, {2*Pi/(1 - .15^2/16),
20 (3 - Log[2])}, {2*Pi/(1 - .2^2/16),
25 (3 - Log[2])}...
Hi, I'm doing an essay on how accurately can a student measure fraunhofer lines in the sun?
I've done the experiment, gotten good results, wrote about the equipment, the procedure etc...
However I'm not sure what to do now, and I need to make this essay longer, and my data analysis is a...
One more question -
I'm working on a problem in which I need to determine the values of R and p in the equation:
{E_{B} = -RZ^{2}n^{p}}
Where Z is 1 (we're using a hydrogen atom), and n is the principle quantum number of the electron. I know p is 2, but the point of the exercise is the...
Hi physics forums.
I'm a 4th year student in Applied Physics. Originally I had no idea what I wanted to do with my education, or what useful skills I was learning. This year I've got a lab course and a computational physics course that have piqued my interest. I'm really enjoying...
Why it's not explained just by Doppler redshift caused by faster movement of those galaxies billions of years ago when that light was emitted?
Would the speeds of the galaxies necessary for Doppler redshift to explain all of the observed galaxies redshift be unreasonable or is there something...