Is there a name for this method of data consolidation / reduction?
up vote
0
down vote
favorite
Say I have a data series of N elements.
I want to create second series that represents a rough approximation of the first series with a reduced set of elements M.
Question 1: Is there a proper name for the general set of techniques used to accomplish this?
Question 2: Is there a specific name for the following technique or similar techniques?
1 - Divide N / M, which produces a number of elements per bucket B.
2 - Calculate mean for first B elements. Calculate mean for second set of B elements.. so on and so forth.
sequences-and-series data-analysis
add a comment |
up vote
0
down vote
favorite
Say I have a data series of N elements.
I want to create second series that represents a rough approximation of the first series with a reduced set of elements M.
Question 1: Is there a proper name for the general set of techniques used to accomplish this?
Question 2: Is there a specific name for the following technique or similar techniques?
1 - Divide N / M, which produces a number of elements per bucket B.
2 - Calculate mean for first B elements. Calculate mean for second set of B elements.. so on and so forth.
sequences-and-series data-analysis
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Say I have a data series of N elements.
I want to create second series that represents a rough approximation of the first series with a reduced set of elements M.
Question 1: Is there a proper name for the general set of techniques used to accomplish this?
Question 2: Is there a specific name for the following technique or similar techniques?
1 - Divide N / M, which produces a number of elements per bucket B.
2 - Calculate mean for first B elements. Calculate mean for second set of B elements.. so on and so forth.
sequences-and-series data-analysis
Say I have a data series of N elements.
I want to create second series that represents a rough approximation of the first series with a reduced set of elements M.
Question 1: Is there a proper name for the general set of techniques used to accomplish this?
Question 2: Is there a specific name for the following technique or similar techniques?
1 - Divide N / M, which produces a number of elements per bucket B.
2 - Calculate mean for first B elements. Calculate mean for second set of B elements.. so on and so forth.
sequences-and-series data-analysis
sequences-and-series data-analysis
asked Nov 17 at 18:06
JamesHoux
1013
1013
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
The word describing this process is called "downsampling". Sometimes referred to as "decimation".
Having come from a 3D background, I am familiar with reduction of points in a 3D mesh as "decimation". The terms seem to be used similarly in fields of computer graphics, communications, and economic analysis.
https://en.wikipedia.org/wiki/Downsampling_(signal_processing)
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
The word describing this process is called "downsampling". Sometimes referred to as "decimation".
Having come from a 3D background, I am familiar with reduction of points in a 3D mesh as "decimation". The terms seem to be used similarly in fields of computer graphics, communications, and economic analysis.
https://en.wikipedia.org/wiki/Downsampling_(signal_processing)
add a comment |
up vote
0
down vote
accepted
The word describing this process is called "downsampling". Sometimes referred to as "decimation".
Having come from a 3D background, I am familiar with reduction of points in a 3D mesh as "decimation". The terms seem to be used similarly in fields of computer graphics, communications, and economic analysis.
https://en.wikipedia.org/wiki/Downsampling_(signal_processing)
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
The word describing this process is called "downsampling". Sometimes referred to as "decimation".
Having come from a 3D background, I am familiar with reduction of points in a 3D mesh as "decimation". The terms seem to be used similarly in fields of computer graphics, communications, and economic analysis.
https://en.wikipedia.org/wiki/Downsampling_(signal_processing)
The word describing this process is called "downsampling". Sometimes referred to as "decimation".
Having come from a 3D background, I am familiar with reduction of points in a 3D mesh as "decimation". The terms seem to be used similarly in fields of computer graphics, communications, and economic analysis.
https://en.wikipedia.org/wiki/Downsampling_(signal_processing)
edited Nov 18 at 21:08
answered Nov 18 at 17:14
JamesHoux
1013
1013
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3002633%2fis-there-a-name-for-this-method-of-data-consolidation-reduction%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown