Statistic validation for spectral trajectories/trend from ground truth dataset The 2019 Stack Overflow Developer Survey Results Are InCalculate ground nadir line from PV coordinatesSpectral profile (z-profile) viewer for ArcGISRemoving incorrect (non-ground) points from LiDAR data?Does satellite imagery have a unique azimuth for each of its spectral bands?Spectral classification for cropsPlot spectral signatures to compare with signatures from field spectrometerSoftware for matching spectral end members with spectral libraryConvertion of spectral indices formulas from Landsat to SentinelGetting features from a multi-spectral imageSAR spectral signatures for oil spill detection from different sensors

Balance problems for leveling up mid-fight?

How to support a colleague who finds meetings extremely tiring?

Old scifi movie from the 50s or 60s with men in solid red uniforms who interrogate a spy from the past

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?

Button changing its text & action. Good or terrible?

Worn-tile Scrabble

Is "plugging out" electronic devices an American expression?

How can I connect public and private node through a reverse SSH tunnel?

How do I free up internal storage if I don't have any apps downloaded?

How come people say “Would of”?

Pokemon Turn Based battle (Python)

Loose spokes after only a few rides

Why are there uneven bright areas in this photo of black hole?

Mathematics of imaging the black hole

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

If I can cast sorceries at instant speed, can I use sorcery-speed activated abilities at instant speed?

Why isn't the circumferential light around the M87 black hole's event horizon symmetric?

Why does the nucleus not repel itself?

Is bread bad for ducks?

Straighten subgroup lattice

What do I do when my TA workload is more than expected?

Did any laptop computers have a built-in 5 1/4 inch floppy drive?

Sums of normal random variables

What is the most efficient way to store a numeric range?



Statistic validation for spectral trajectories/trend from ground truth dataset



The 2019 Stack Overflow Developer Survey Results Are InCalculate ground nadir line from PV coordinatesSpectral profile (z-profile) viewer for ArcGISRemoving incorrect (non-ground) points from LiDAR data?Does satellite imagery have a unique azimuth for each of its spectral bands?Spectral classification for cropsPlot spectral signatures to compare with signatures from field spectrometerSoftware for matching spectral end members with spectral libraryConvertion of spectral indices formulas from Landsat to SentinelGetting features from a multi-spectral imageSAR spectral signatures for oil spill detection from different sensors



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I'm doing an extraction of spectral trajectories for disturbed forest pixels using multitemporal (single scene for 20 years) Landsat Surface Reflectance products.



Usually, forest disturbances are detected using automated algorithms (mainly Landtrend for Landsat data) and statistic validation of the results is done using confusion matrix (overall accuracy ecc.), Kappa, Pearson correlation and similar methods.



In my case, the disturbed pixels are identified by visual interpretation (so they can be classified as ground truth data) and no predicting algorithm is used. I'm only extracting the pixel values and plotting them along the temporal series.



My question is: after noise removal (outliers detection, data cleaning filters ecc.), how can I tell how accurate the trajectories obtained from the pixel values are?










share|improve this question






















  • Questions about using GIS for statistical analysis are on-topic here as well as on stats.stackexchange.com. If you don't get any good answers here (after waiting maybe a week or so) you might want to try the other site. Just a suggestion, since I'm having a hard time understanding your question. How can you calculate accuracy if you don't know what the "correct" value is?

    – csk
    Apr 5 at 21:00











  • You understood it right, it was exactly my point. In short, I was asked to provide consistent trends to train an algorithm in another phase. Along with the trends, I was asked to provide some kind of accuracy method but, as you said, my trends are built on observations (truth), not predictions. I posted here just to be sure that I wasn't missing something...it seems that I am not the only one who's puzzled by this request.

    – D.K.
    Apr 5 at 21:30

















0















I'm doing an extraction of spectral trajectories for disturbed forest pixels using multitemporal (single scene for 20 years) Landsat Surface Reflectance products.



Usually, forest disturbances are detected using automated algorithms (mainly Landtrend for Landsat data) and statistic validation of the results is done using confusion matrix (overall accuracy ecc.), Kappa, Pearson correlation and similar methods.



In my case, the disturbed pixels are identified by visual interpretation (so they can be classified as ground truth data) and no predicting algorithm is used. I'm only extracting the pixel values and plotting them along the temporal series.



My question is: after noise removal (outliers detection, data cleaning filters ecc.), how can I tell how accurate the trajectories obtained from the pixel values are?










share|improve this question






















  • Questions about using GIS for statistical analysis are on-topic here as well as on stats.stackexchange.com. If you don't get any good answers here (after waiting maybe a week or so) you might want to try the other site. Just a suggestion, since I'm having a hard time understanding your question. How can you calculate accuracy if you don't know what the "correct" value is?

    – csk
    Apr 5 at 21:00











  • You understood it right, it was exactly my point. In short, I was asked to provide consistent trends to train an algorithm in another phase. Along with the trends, I was asked to provide some kind of accuracy method but, as you said, my trends are built on observations (truth), not predictions. I posted here just to be sure that I wasn't missing something...it seems that I am not the only one who's puzzled by this request.

    – D.K.
    Apr 5 at 21:30













0












0








0








I'm doing an extraction of spectral trajectories for disturbed forest pixels using multitemporal (single scene for 20 years) Landsat Surface Reflectance products.



Usually, forest disturbances are detected using automated algorithms (mainly Landtrend for Landsat data) and statistic validation of the results is done using confusion matrix (overall accuracy ecc.), Kappa, Pearson correlation and similar methods.



In my case, the disturbed pixels are identified by visual interpretation (so they can be classified as ground truth data) and no predicting algorithm is used. I'm only extracting the pixel values and plotting them along the temporal series.



My question is: after noise removal (outliers detection, data cleaning filters ecc.), how can I tell how accurate the trajectories obtained from the pixel values are?










share|improve this question














I'm doing an extraction of spectral trajectories for disturbed forest pixels using multitemporal (single scene for 20 years) Landsat Surface Reflectance products.



Usually, forest disturbances are detected using automated algorithms (mainly Landtrend for Landsat data) and statistic validation of the results is done using confusion matrix (overall accuracy ecc.), Kappa, Pearson correlation and similar methods.



In my case, the disturbed pixels are identified by visual interpretation (so they can be classified as ground truth data) and no predicting algorithm is used. I'm only extracting the pixel values and plotting them along the temporal series.



My question is: after noise removal (outliers detection, data cleaning filters ecc.), how can I tell how accurate the trajectories obtained from the pixel values are?







remote-sensing statistics accuracy time-series validation






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 5 at 20:34









D.K.D.K.

63




63












  • Questions about using GIS for statistical analysis are on-topic here as well as on stats.stackexchange.com. If you don't get any good answers here (after waiting maybe a week or so) you might want to try the other site. Just a suggestion, since I'm having a hard time understanding your question. How can you calculate accuracy if you don't know what the "correct" value is?

    – csk
    Apr 5 at 21:00











  • You understood it right, it was exactly my point. In short, I was asked to provide consistent trends to train an algorithm in another phase. Along with the trends, I was asked to provide some kind of accuracy method but, as you said, my trends are built on observations (truth), not predictions. I posted here just to be sure that I wasn't missing something...it seems that I am not the only one who's puzzled by this request.

    – D.K.
    Apr 5 at 21:30

















  • Questions about using GIS for statistical analysis are on-topic here as well as on stats.stackexchange.com. If you don't get any good answers here (after waiting maybe a week or so) you might want to try the other site. Just a suggestion, since I'm having a hard time understanding your question. How can you calculate accuracy if you don't know what the "correct" value is?

    – csk
    Apr 5 at 21:00











  • You understood it right, it was exactly my point. In short, I was asked to provide consistent trends to train an algorithm in another phase. Along with the trends, I was asked to provide some kind of accuracy method but, as you said, my trends are built on observations (truth), not predictions. I posted here just to be sure that I wasn't missing something...it seems that I am not the only one who's puzzled by this request.

    – D.K.
    Apr 5 at 21:30
















Questions about using GIS for statistical analysis are on-topic here as well as on stats.stackexchange.com. If you don't get any good answers here (after waiting maybe a week or so) you might want to try the other site. Just a suggestion, since I'm having a hard time understanding your question. How can you calculate accuracy if you don't know what the "correct" value is?

– csk
Apr 5 at 21:00





Questions about using GIS for statistical analysis are on-topic here as well as on stats.stackexchange.com. If you don't get any good answers here (after waiting maybe a week or so) you might want to try the other site. Just a suggestion, since I'm having a hard time understanding your question. How can you calculate accuracy if you don't know what the "correct" value is?

– csk
Apr 5 at 21:00













You understood it right, it was exactly my point. In short, I was asked to provide consistent trends to train an algorithm in another phase. Along with the trends, I was asked to provide some kind of accuracy method but, as you said, my trends are built on observations (truth), not predictions. I posted here just to be sure that I wasn't missing something...it seems that I am not the only one who's puzzled by this request.

– D.K.
Apr 5 at 21:30





You understood it right, it was exactly my point. In short, I was asked to provide consistent trends to train an algorithm in another phase. Along with the trends, I was asked to provide some kind of accuracy method but, as you said, my trends are built on observations (truth), not predictions. I posted here just to be sure that I wasn't missing something...it seems that I am not the only one who's puzzled by this request.

– D.K.
Apr 5 at 21:30










0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317944%2fstatistic-validation-for-spectral-trajectories-trend-from-ground-truth-dataset%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317944%2fstatistic-validation-for-spectral-trajectories-trend-from-ground-truth-dataset%23new-answer', 'question_page');

);

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







Popular posts from this blog

រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

QGIS export composer to PDF scale the map [closed] Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Print Composer QGIS 2.6, how to export image?QGIS 2.8.1 print composer won't export all OpenCycleMap base layer tilesSave Print/Map QGIS composer view as PNG/PDF using Python (without changing anything in visible layout)?Export QGIS Print Composer PDF with searchable text labelsQGIS Print Composer does not change from landscape to portrait orientation?How can I avoid map size and scale changes in print composer?Fuzzy PDF export in QGIS running on macSierra OSExport the legend into its 100% size using Print ComposerScale-dependent rendering in QGIS PDF output

PDF-ში გადმოწერა სანავიგაციო მენიუproject page