Is there a way to smooth irregularly sampled data (e.g., data={{1,3},{4,6},{5,7},{6,3},{8,1},{9,4},{13,2}}) using in-built functions?
What would be the expected result? That's not much data to work with so finding a trend might be difficult. Would weighted averaging be what you want?
What do you think of Interpolation[data] ?