Skip to main content

Questions tagged [2d]

Short for two dimensions. For example a map is a 2d model of the world.

0 votes
0 answers
24 views

How do I calculate the weighted average of a 2D data set for a 3D structure?

I have a 2D data array indicating a chemical percentage content (PC) in a chemical droplet. I am trying to calculate the average PC in the droplet. The image of one of these arrays is shown below (the ...
user7077252's user avatar
0 votes
0 answers
14 views

How to determine goodness-of-fit between non-parametric 2d-datasets

Lets say I have a set of paired x' and y' values and I have a N sets of reference values also consisting of paired x and y values. I would like to determine which reference set best matches by x'y' ...
James London's user avatar
0 votes
0 answers
65 views

cluster 2d matrix (clustring)

i have a 2d Matrix and It contains specifications for laptops, where each group contains three components like thant : ...
mohamad jumaa's user avatar
1 vote
1 answer
52 views

How would I separate a data set into a large number of pairs?

I have $n$ observations in $\mathbb{R}^2$ (where $n$ is large and even), representing points in physical space. What I am trying to do is to produce a set of $\frac{n}{2}$ pairs, such that the ...
James McL.'s user avatar
0 votes
1 answer
310 views

Chi square fit, fitting data to a straight line: Incomplete gamma function as goodness-of-fit estimation

On page 661 of the book "Numerical Recipes in C:The art of scientific computing", we fit a set of N data points $(x_{i}, y_i)$ to a straight line model $$y(x)=a+bx.$$ We do this by ...
Doe. joe's user avatar
2 votes
2 answers
734 views

How are regression lines calculated for 2D histograms?

I've been looking into how to fit a line to a 2D histogram and have come across different pieces of information which I can't quite piece together. To show what I mean, I want to achieve something ...
nsa's user avatar
  • 272
1 vote
1 answer
203 views

Non linear regression on 2D features space using SVR failed

I try to estimate the execution time of some application based on the mCPUs (fraction of physical CPU) used for the run and the overall size of input data that the application is processing. The data ...
K4liber's user avatar
  • 141
1 vote
0 answers
156 views

Determine confidence interval in a 2D cross correlation map

My problem is as follows: I have a 2D image (u,v), with each pixel representing the value of the 2D cross correlation function (ccf) at that place. I am trying to determine to what degree I can be ...
George's user avatar
  • 111
0 votes
0 answers
27 views

Generalizing variance to two dimensions [duplicate]

I have a 2-D probability distribution along the lines of this plot: I know how to find the confidence interval for a 1-D probability distribution (by the definition of standard deviation or the 68-95-...
Petra's user avatar
  • 101
2 votes
1 answer
310 views

Visualize uncertainties in 2D density plot

I am looking for a good way to visualize uncertainties of an observable plotted in a 2d density plot. The plot that I have is similar to the following: The color represents the value of the ...
254's user avatar
  • 23
0 votes
1 answer
228 views

How to detect automatically if a two-dimensional set of points shows a trend?

I am trying to find pairs of predictor variables that give a good structure map for a dataset of chemical compounds. Structure maps in chemistry are 2D-plots, in which two independent predictor ...
Vladislav Gladkikh's user avatar
1 vote
1 answer
45 views

What machine learning/deep learning technique to use for a data set consisting of 2D plane [closed]

I'm new to machine learning/deep learning field. In an assignment I've been given a data set of 1000 data points. Each data point is a 2D place of dimension 1024 x 1024. In each plane there are some ...
rishabh's user avatar
  • 11
3 votes
1 answer
2k views

What is histogram classifier and how to use it? [closed]

This question is about the assignment on my ML course.. I have been given two continuous data in a normal distribution and predict the values of both for class labels(m/f) in 2 steps: build a ...
Ironman's user avatar
  • 31
0 votes
1 answer
772 views

What is „sample space“?

Analogous to the question: What is "feature space"? What is the mathematical definition used in the field of machine learning for sample space? For example, correlations can exist in ...
baf84b4c's user avatar
  • 163
2 votes
0 answers
128 views

Density on Worldmap based on Relative Frequency [closed]

I'm trying to plot a 2d density on a worldmap. The problem is most of my points are around the same coordinates. My current map looks like this: Code for map: ...
Nico 's user avatar
  • 21

15 30 50 per page