File:Data Fusion - Scatter plot.png

From Vigyanwiki

Original file(719 × 651 pixels, file size: 22 KB, MIME type: image/png)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description
English: Data fusion, is generally defined as the use of techniques that combine data from multiple sources (dimension #1 & #2) and gather that information in order to achieve inferences (see scatter plot), which will be more efficient and potentially more accurate than if they were achieved by means of any single source (one or the other histogram).
Date
Source Own work
Author Jarekt
 
This diagram was created with MATLAB.

The image was generated using the following MATLAB code:

clf
ax = 45 + 10*randn(1,500);
ay = 90 - ax + 5*randn(1,500);
bx = ax + 10;
by = ay + 10;
subplot(2,2,1)
scatter(ax,ay,'b.'); hold on
scatter(bx,by,'r.')
xlim([0, 100]);
ylim([0, 100]);
xlabel('dimension #1');
ylabel('dimension #2');

subplot(2,2,3)
[y x] = hist([ax; bx]',20);
bar(x,y,1)
xlim([0, 100]);
xlabel('dimension #1');

subplot(2,2,2)
[y x] = hist([ay; by]',20);
barh(x,y,1)
ylim([0, 100]);
ylabel('dimension #2');

Licensing

I, the copyright holder of this work, hereby publish it under the following licences:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation Licence, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the licence is included in the section entitled GNU Free Documentation Licence.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported licence.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the licence, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible licence as the original.
You may select the licence of your choice.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

28 April 2010

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current00:57, 29 April 2010Thumbnail for version as of 00:57, 29 April 2010719 × 651 (22 KB)wikimediacommons>Jarekt== Summary == == {{int:filedesc}} == {{Information |Description={{en|Data fusion, is generally defined as the use of techniques that combine data from multiple sources (dimension #1 & #2) and gather that information in order to achi

The following page uses this file: