The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 getting Mean of date realted data

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Breadfan Posted - 05/06/2020 : 08:56:38 AM
Origin Ver. and Service Release (Select Help-->About Origin):
Operating System: 8.5.1, win10

Hello there, I do have a Problem regarding date related data. My data look like the following and I would like to get the mean of every day. My datasets are like 60.000 rows with nearly 100 rows for each day, but every day doesnt have the same amount of data points.

Thank you very much in advise

Time_PeriodStart VoltageMax
2016-11-30 23:36:26 4,20
2016-11-30 23:51:11 4,20
2016-12-01 00:04:11 4,18
2016-12-01 00:17:56 4,18
3   L A T E S T    R E P L I E S    (Newest First)
Breadfan Posted - 05/07/2020 : 3:11:37 PM
Thank you so much, that works perfectly for me. <3
YimingChen Posted - 05/06/2020 : 4:52:27 PM
Hi,

Here is another method:
1. Extract the date from the first column by simply putting int(A) in F(x) column header. You need to set column type to date to show the Julian date properly.


2. Go to menu Worksheet->Remove/Combine Duplicated Rows, set col(B) as reference column and merge duplicate by average.


3. The result worksheet will show as below:


James
YimingChen Posted - 05/06/2020 : 10:39:54 AM
Hi,

One solution is to extract the date text from the date column.


Then perform Statistics on Column (menu Statistics->Descriptive Statistics-> Statistics on Columns..)with the newly created text date column as group.

If you can upgrade to latest Origin version, There is a nice app for this:
https://www.originlab.com/FileExchange/details.aspx?fid=489

James


The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000