Skip to content

Commit a088306

Browse files
committed
add moments function
1 parent de5de83 commit a088306

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Library/Rlapack/stats.vb

+3
Original file line numberDiff line numberDiff line change
@@ -2289,6 +2289,9 @@ Module stats
22892289
'''
22902290
''' @author Will_and_Sara
22912291
''' </summary>
2292+
''' <remarks>
2293+
'''
2294+
''' </remarks>
22922295
<ExportAPI("product_moments")>
22932296
Public Function ProductMoments(<RRawVectorArgument> x As Object) As ProductMoments
22942297
Return New ProductMoments(CLRVector.asNumeric(x))

0 commit comments

Comments
 (0)