User Portlet
Discussions |
---|
In the documentation of SpatialTrendFunction, I saw that variables can be introduced to implement the universal kriging method! But many attempts have failed! Can anyone with experience give me some guidance? &[Wolfram Notebook][1] [1]:... |
Thank you very much! You provided me with such a good idea~~ Completely meets my needs. data = Table[{x, Sin[x], Cos[x]}, {x, 0, 10, 0.1}]; colF = Interpolation[data[[All, {1, 3}]]]; ListLinePlot[data[[All, {1, 2}]], ... |
The SpatialEstimatorFunction created using the dataset of 3D points is unable to estimate the 3D point. This is strange! &[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/ebbceb56-2725-44fd-a907-5379a70b0fd9 |
I have some missing data, and I use SynthesizeMissingValues to automatically generate replacement values, but how to ensure that these replacement values can be greater than 0? &[Wolfram Notebook][1] [1]:... |
I already know that before using LinearModelFit, it is not necessary to transform the values of continuous variables into normal distributions. But I don't know if I need to transform the values to normal distribution before using the ANOVA... |
I downloaded a GeoTiff file from the google earth engine. Mathematica keeps reporting import failure. Files can be read within QGIS. Does anyone know what the reason is? Import["test.tif","GeoTiff"] |
I found that since Mathematica 12, it is failed to insert citations using Endnote V20. Is Mathematica 13 fixed now? ![enter image description here][1] [1]:... |
I have Mathematica 13.1, and EndNote 20 installed on Windows 11. According to the documentation, if EndNote is running, I should be able to insert bibliographic references into the text cells of the notebook. However, when I select sequentially ... |
I have data that requires intensive computing and want to use RemoteBatch to calculate it on AWS. AWS is already set up. Also tried simple examples (RemoteBatchSubmit[[env,2+2] or RemoteBatchMapSubmit[env,#^2&,Range[1, 100]]). This works! ... |
This is great news! |